AutoLoader

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - AutoLoader::autoload_sub
    Same as actually autoloading a function, but doesn't
    execute it. Cf. documentation for details.

5.72  Thu Nov 24 19:15 2011
  - Update FSF address.
  - Fix META.yml info on upstream.

5.71  Sat Nov 20 01:20 2010
  - Merge another test change from core:
    Use "lvalue" attribute for testing since "locked"
    is deprecated.

5.70  Mon Sep 21 15:46 2009
  - Merge trivial test change from core that was done
    as part of the lib-to-ext migration.

5.69  Sat Aug  8 12:33 2009
  - CPAN distribution upgrade: Add resources section to META.yml.

5.68  Mon Jan  5 17:50 2009

lib/AutoSplit.pm  view on Meta::CPAN

sub test2 ($$)  { "test 2\n"; }
sub test3 ($$$) { "test 3\n"; }
sub testtesttesttest4_1  { "test 4\n"; }
sub testtesttesttest4_2  { "duplicate test 4\n"; }
sub Just::Another::test5 { "another test 5\n"; }
sub test6       { return join ":", __FILE__,__LINE__; }
package Yet::Another::AutoSplit;
sub testtesttesttest4_1 ($)  { "another test 4\n"; }
sub testtesttesttest4_2 ($$) { "another duplicate test 4\n"; }
package Yet::More::Attributes;
sub test_a1 ($) : locked :locked { 1; }
sub test_a2 : locked { 1; }



( run in 0.986 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )