SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-AutoLoader rpm build for : OpenSuSE. For other distributions click perl-AutoLoader.

Name : perl-AutoLoader
Version : 5.74 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.1 Date : 2015-04-14 21:44:25
Group : Development/Libraries/Perl Source RPM : perl-AutoLoader-5.74-1.1.src.rpm
Size : 0.07 MB
Packager : (none)
Summary : Load subroutines only on demand
Description :
The *AutoLoader* module works with the *AutoSplit* module and the \'__END__\'
token to defer the loading of some subroutines until they are used rather
than loading them all at once.

To use *AutoLoader*, the author of a module has to place the definitions of
subroutines to be autoloaded after an \'__END__\' token. (See the perldata
manpage.) The *AutoSplit* module can then be run manually to extract the
definitions into individual files _auto/funcname.al_.

*AutoLoader* implements an AUTOLOAD subroutine. When an undefined
subroutine in is called in a client module of *AutoLoader*, *AutoLoader*\'s
AUTOLOAD subroutine attempts to locate the subroutine in a file with a name
related to the location of the file from which the client module was read.
As an example, if _POSIX.pm_ is located in _/usr/local/lib/perl5/POSIX.pm_,
*AutoLoader* will look for perl subroutines *POSIX* in
_/usr/local/lib/perl5/auto/POSIX/*.al_, where the \'.al\' file has the same
name as the subroutine, sans package. If such a file exists, AUTOLOAD will
read and evaluate it, thus (presumably) defining the needed subroutine.
AUTOLOAD will then \'goto\' the newly defined subroutine.

Once this process completes for a given function, it is defined, so future
calls to the subroutine will bypass the AUTOLOAD mechanism.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_11_SP3/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(AutoLoader)
perl(AutoSplit)
perl-AutoLoader

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
perl = 5.10.0
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.10.0/AutoLoader.pm
/usr/lib/perl5/vendor_perl/5.10.0/AutoSplit.pm
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi
/usr/share/doc/packages/perl-AutoLoader
/usr/share/doc/packages/perl-AutoLoader/Artistic
/usr/share/doc/packages/perl-AutoLoader/Changes
/usr/share/doc/packages/perl-AutoLoader/Copying
/usr/share/doc/packages/perl-AutoLoader/README
/usr/share/man/man3/AutoLoader.3pm.gz
/usr/share/man/man3/AutoSplit.3pm.gz

 
ICM