package XSLoader;
-$VERSION = "0.05_01";
+$VERSION = "0.06";
#use strict;
=head1 VERSION
-Version 0.05_01
+Version 0.06
=head1 SYNOPSIS
In other words: replace C<require DynaLoader> by C<use XSLoader>, remove
C<DynaLoader> from C<@ISA>, change C<bootstrap> by C<XSLoader::load>. Do not
forget to quote the name of your package on the C<XSLoader::load> line,
-and add comma (C<,>) before the arguments ($VERSION above).
+and add comma (C<,>) before the arguments (C<$VERSION> above).
Of course, if C<@ISA> contained only C<DynaLoader>, there is no need to have
the C<@ISA> assignment at all; moreover, if instead of C<our> one uses the
=head1 BUGS
-Please report any bugs or feature requests via the perlbug(1)
-utility.
+Please report any bugs or feature requests via the perlbug(1) utility.
=head1 SEE ALSO
L<DynaLoader>
-=head1 AUTHOR
+=head1 AUTHORS
Ilya Zakharevich originally extracted C<XSLoader> from C<DynaLoader>.
it under the same terms as Perl itself.
=cut
+
EOT
close OUT or die $!;