Author: jkeenan Date: Mon Mar 5 19:13:08 2007 New Revision: 17363 Modified: branches/buildtools/lib/Parrot/Distribution/ManifestSkip.pm
Log: Added copy to AUTHOR section in POD and cleaned up some POD errors revealed by podchecker. Modified: branches/buildtools/lib/Parrot/Distribution/ManifestSkip.pm ============================================================================== --- branches/buildtools/lib/Parrot/Distribution/ManifestSkip.pm (original) +++ branches/buildtools/lib/Parrot/Distribution/ManifestSkip.pm Mon Mar 5 19:13:08 2007 @@ -19,8 +19,6 @@ =head2 C<gen_manifest_skip()> -=over 4 - B<Purpose:> Gather the names of files needed to populate MANIFEST.SKIP. B<Arguments:> None. @@ -33,8 +31,6 @@ This subroutine queries the svn:ignore property and generates the lines for MANIFEST.SKIP. -=back - =head2 Note This is B<not> a subclass of Parrot::Distribution. The subroutine the package @@ -70,6 +66,10 @@ =head1 AUTHOR +Many people have worked on Parrot::Distribution, from which this package's +code was extracted. Bernhard Schmalhofer was original author of the +subroutine. Jim Keenan refactored C<gen_manifest_skip()> into this package. + =head1 SEE ALSO Parrot::Distribution. F<tools/dev/gen_manifest_skip.pl>.
