diff options
author | Sebastien Aperghis-Tramoni <saper@cpan.org> | 2012-09-03 16:36:06 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2012-09-03 16:37:32 +0200 |
commit | 681a49bfebe715e645e428b1b7cc1976507eb70f (patch) | |
tree | 52c3bf74e2b9940a3c7fafa7b4e4dad059d37168 /dist/XSLoader/XSLoader_pm.PL | |
parent | d787f4a5ba95039e3f0b8f63ebc649cde1011c69 (diff) | |
download | perl-681a49bfebe715e645e428b1b7cc1976507eb70f.tar.gz |
Upgrade to XSLoader 0.16
Diffstat (limited to 'dist/XSLoader/XSLoader_pm.PL')
-rw-r--r-- | dist/XSLoader/XSLoader_pm.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/XSLoader/XSLoader_pm.PL b/dist/XSLoader/XSLoader_pm.PL index 98a19eaa51..fb5707c29a 100644 --- a/dist/XSLoader/XSLoader_pm.PL +++ b/dist/XSLoader/XSLoader_pm.PL @@ -201,7 +201,7 @@ XSLoader - Dynamically load C libraries into Perl code =head1 VERSION -Version 0.15 +Version 0.16 =head1 SYNOPSIS @@ -257,7 +257,7 @@ If no C<$VERSION> was specified on the C<bootstrap> line, the last line becomes XSLoader::load 'YourPackage'; -If the call to C<load> is from the YourPackage, then that can be further +If the call to C<load> is from C<YourPackage>, then that can be further simplified to XSLoader::load(); @@ -289,7 +289,7 @@ C<use XSLoader> by C<require>, so the compiler does not know that a function C<XSLoader::load()> is present. This boilerplate uses the low-overhead C<XSLoader> if present; if used with -an antic Perl which has no C<XSLoader>, it falls back to using C<DynaLoader>. +an antique Perl which has no C<XSLoader>, it falls back to using C<DynaLoader>. =head1 Order of initialization: early load() |