[Module-build-checkins] Module-Build/t/lib DistGen.pm,1.4,1.5
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-06-23 10:39:53
|
Update of /cvsroot/module-build/Module-Build/t/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15481/t/lib Modified Files: DistGen.pm Log Message: Add requisite pod documentation to generated modules. Index: DistGen.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/t/lib/DistGen.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- DistGen.pm 23 Jun 2005 07:31:27 -0000 1.4 +++ DistGen.pm 23 Jun 2005 10:39:45 -0000 1.5 @@ -70,7 +70,15 @@ =head1 NAME -$self->{name} +$self->{name} - Perl extension for blah blah blah + +=head1 DESCRIPTION + +Stub documentation for $self->{name}. + +=head1 AUTHOR + +A. U. Thor, a.u.thor\@a.galaxy.far.far.away =cut --- @@ -95,6 +103,22 @@ bootstrap $self->{name} \$VERSION; 1; + +__END__ + +=head1 NAME + +$self->{name} - Perl extension for blah blah blah + +=head1 DESCRIPTION + +Stub documentation for $self->{name}. + +=head1 AUTHOR + +A. U. Thor, a.u.thor\@a.galaxy.far.far.away + +=cut --- my $xs_filename = |