summaryrefslogtreecommitdiff
path: root/pod/modpods/AutoLoader.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/modpods/AutoLoader.pod')
-rw-r--r--pod/modpods/AutoLoader.pod16
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">.
-