This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Advertise neo-h2xs.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 12 Aug 2003 08:48:56 +0000 (08:48 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 12 Aug 2003 08:48:56 +0000 (08:48 +0000)
p4raw-id: //depot/maint-5.8/perl@20635

pod/perldelta.pod

index 1439474..ec2d1ac 100644 (file)
@@ -334,10 +334,15 @@ Win32::GetOSVersion - now returns extra information
 
 =head1 Utility Changes
 
+The C<h2xs> utility now produces a more modern layout:
+F<Foo-Bar/lib/Foo/Bar.pm> instead of F<Foo/Bar/Bar.pm>.
+Also, the boilerplate test is now called F<t/Foo-Bar.t>
+instead of F<t/1.t>.
+
 The Perl debugger (F<lib/perl5db.pl>) has now been extensively
 documented and bugs found while documenting have been fixed.
 
-perldoc has been rewritten from scratch to be more robust and
+C<perldoc> has been rewritten from scratch to be more robust and
 featureful.
 
 =head1 New Documentation