SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-SelfLoader rpm build for : Mandriva 2010. For other distributions click perl-SelfLoader.

Name : perl-SelfLoader
Version : 1.170.0 Vendor : Mandriva
Release : 1mdv2010.0 Date : 2009-07-28 12:21:28
Group : Development/Perl Source RPM : perl-SelfLoader-1.170.0-1mdv2010.0.src.rpm
Size : 0.03 MB
Packager : Jérôme Quelin < jquelin_mandriva_org>
Summary : Automatic function loader (using __DATA__)
Description :
This module tells its users that functions in the FOOBAR package are to be
autoloaded from after the \'__DATA__\' token. See also the
perlsub/\"Autoloading\" manpage.

The __DATA__ token
The \'__DATA__\' token tells the perl compiler that the perl code for
compilation is finished. Everything after the \'__DATA__\' token is
available for reading via the filehandle FOOBAR::DATA, where FOOBAR is
the name of the current package when the \'__DATA__\' token is reached.
This works just the same as \'__END__\' does in package \'main\', but for
other modules data after \'__END__\' is not automatically retrievable,
whereas data after \'__DATA__\' is. The \'__DATA__\' token is not
recognized in versions of perl prior to 5.001m.

Note that it is possible to have \'__DATA__\' tokens in the same package
in multiple files, and that the last \'__DATA__\' token in a given
package that is encountered by the compiler is the one accessible by
the filehandle. This also applies to \'__END__\' and main, i.e. if the
\'main\' program has an \'__END__\', but a module \'require\'d (_not_ \'use\'d)
by that program has a \'package main;\' declaration followed by an
\'\'__DATA__\'\', then the \'DATA\' filehandle is set to access the data
after the \'__DATA__\' in the module, _not_ the data after the \'__END__\'
token in the \'main\' program, since the compiler encounters the
\'require\'d file later.

RPM found in directory: /vol/rzm6/linux-mandriva/official/2010.1/i586/media/contrib/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-SelfLoader-1.170.0-1mdv2010.0.noarch.rpm
ftp.icm.edu.pl  perl-SelfLoader-1.170.0-1mdv2010.0.noarch.rpm
ftp.icm.edu.pl  perl-SelfLoader-1.170.0-1mdv2010.0.noarch.rpm
ftp.icm.edu.pl  perl-SelfLoader-1.170.0-1mdv2010.0.noarch.rpm
     

Provides :
perl(SelfLoader)
perl-SelfLoader

Requires :
perl-base => 2:5.10.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Exporter)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.10.0/SelfLoader.pm
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/SelfLoader
/usr/share/doc/perl-SelfLoader
/usr/share/doc/perl-SelfLoader/Changes
/usr/share/doc/perl-SelfLoader/README
/usr/share/man/man3/SelfLoader.3pm.lzma

 
ICM