From: Chris W. <la...@us...> - 2005-03-01 03:36:11
|
Update of /cvsroot/openinteract/OpenInteract2/sample/package_cpan In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30331/sample/package_cpan Modified Files: FILES Removed Files: App.pm Log Message: no longer need to create App.pm when generating CPAN; use package.ini... Index: FILES =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/sample/package_cpan/FILES,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FILES 8 Feb 2005 12:32:48 -0000 1.1 --- FILES 1 Mar 2005 03:36:00 -0000 1.2 *************** *** 1,4 **** Makefile.PL --> Makefile.PL - App.pm --> lib OpenInteract2 App [% subclass %].pm Brick.pm --> lib OpenInteract2 Brick [% subclass %].pm module_include.t --> t 00_basic_include.t \ No newline at end of file --- 1,3 ---- --- App.pm DELETED --- |