From: Jonathan Rockway Date: Sun, 7 Oct 2007 09:03:00 +0000 (+0000) Subject: add Build.PL; update MANIFEST X-Git-Tag: 0_44~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87cd701e17d64551dcabe8d8439ce9e5a9271f7a;p=gitmo%2FClass-MOP.git add Build.PL; update MANIFEST --- diff --git a/Build.PL b/Build.PL new file mode 120000 index 0000000..3931e8a --- /dev/null +++ b/Build.PL @@ -0,0 +1 @@ +Makefile.PL \ No newline at end of file diff --git a/MANIFEST b/MANIFEST index 96bf023..c7ad209 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,9 +1,5 @@ +Build.PL Changes -META.yml -Makefile.PL -MANIFEST -MANIFEST.SKIP -README examples/ArrayBasedStorage.pod examples/AttributesWithHistory.pod examples/C3MethodDispatchOrder.pod @@ -12,19 +8,32 @@ examples/InsideOutClass.pod examples/InstanceCountingClass.pod examples/LazyClass.pod examples/Perl6Attribute.pod -lib/metaclass.pm +inc/Module/Install.pm +inc/Module/Install/Base.pm +inc/Module/Install/Can.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/Win32.pm +inc/Module/Install/WriteAll.pm lib/Class/MOP.pm lib/Class/MOP/Attribute.pm lib/Class/MOP/Class.pm lib/Class/MOP/Immutable.pm lib/Class/MOP/Instance.pm lib/Class/MOP/Method.pm -lib/Class/MOP/Module.pm -lib/Class/MOP/Object.pm -lib/Class/MOP/Package.pm lib/Class/MOP/Method/Accessor.pm lib/Class/MOP/Method/Constructor.pm +lib/Class/MOP/Method/Generated.pm lib/Class/MOP/Method/Wrapped.pm +lib/Class/MOP/Module.pm +lib/Class/MOP/Object.pm +lib/Class/MOP/Package.pm +lib/metaclass.pm +Makefile.PL +MANIFEST +META.yml +README scripts/class_browser.pl t/000_load.t t/001_basic.t @@ -75,10 +84,11 @@ t/108_ArrayBasedStorage_test.t t/200_Class_C3_compatibility.t t/300_random_eval_bug.t t/301_RT_27329_fix.t -t/pod.t -t/pod_coverage.t t/lib/BinaryTree.pm t/lib/MyMetaClass.pm t/lib/MyMetaClass/Attribute.pm t/lib/MyMetaClass/Instance.pm t/lib/MyMetaClass/Method.pm +t/pod.t +t/pod_coverage.t +TODO