[Module-build-checkins] Module-Build/t/Sample META.yml,1.41,1.42
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-01-07 11:09:28
|
Update of /cvsroot/module-build/Module-Build/t/Sample In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3413/t/Sample Modified Files: META.yml Log Message: Refactored methods relating to parsing perl module files for package, version, and pod data into a new class. Index: META.yml =================================================================== RCS file: /cvsroot/module-build/Module-Build/t/Sample/META.yml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- META.yml 25 Sep 2004 03:35:23 -0000 1.41 +++ META.yml 7 Jan 2005 11:09:10 -0000 1.42 @@ -11,6 +11,10 @@ Sample: file: lib/Sample.pm version: 0.01 + Sample::Ex: + file: lib/Sample.pm + version: 0.02 Sample::NoPod: file: lib/Sample/NoPod.pm + version: ~ generated_by: Module::Build version 0.26 |