diff options
Diffstat (limited to 'pod/modpods/AutoLoader.pod')
-rw-r--r-- | pod/modpods/AutoLoader.pod | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pod/modpods/AutoLoader.pod b/pod/modpods/AutoLoader.pod deleted file mode 100644 index 203f951e39..0000000000 --- a/pod/modpods/AutoLoader.pod +++ /dev/null @@ -1,16 +0,0 @@ -=head1 NAME - -AutoLoader - load functions only on demand - -=head1 SYNOPSIS - - package FOOBAR; - use Exporter; - use AutoLoader; - @ISA = (Exporter, AutoLoader); - -=head1 DESCRIPTION - -This module tells its users that functions in the FOOBAR package are to be -autoloaded from F<auto/$AUTOLOAD.al>. See L<perlsub/"Autoloading">. - |