[svn:PHP-Sandwich] rev 1424 - PHP-Sandwich/trunk
[email protected] 29 Jul 2005 23:19:42 -0000
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Message-ID | <[email protected]> |
Author: theory Date: Fri Jul 29 16:19:41 2005 New Revision: 1424 Added: PHP-Sandwich/trunk/MANIFEST PHP-Sandwich/trunk/META.yml Log: Added MANIFEST and META.yml. Added: PHP-Sandwich/trunk/MANIFEST ============================================================================== --- (empty file) +++ PHP-Sandwich/trunk/MANIFEST Fri Jul 29 16:19:41 2005 @@ -0,0 +1,37 @@ +lib/PHP/Interpreter.pm +lib/PHP/Interpreter/Class.pm +Makefile.PL +MANIFEST This list of files +META.yml +PHP.xs +phpfuncs.c +phpfuncs.h +phpinterp.c +phpinterp.h +README +stuff/TSRM.patch +t/1.t +t/10.t +t/11.t +t/12.t +t/13.t +t/14.t +t/15.t +t/16.t +t/17.t +t/18.t +t/19.t +t/2.t +t/20.t +t/3.t +t/4.t +t/5.t +t/6.t +t/7.t +t/8.t +t/9.t +t/pod.t +t/pod_coverage.t +t/test.inc +TODO +typemap Added: PHP-Sandwich/trunk/META.yml ============================================================================== --- (empty file) +++ PHP-Sandwich/trunk/META.yml Fri Jul 29 16:19:41 2005 @@ -0,0 +1,10 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: PHP-Interpreter +version: 1.0 +version_from: lib/PHP/Interpreter.pm +installdirs: site +requires: + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.17