From: moltar Date: Wed, 8 Jun 2011 16:53:58 +0000 (-0400) Subject: Added all files to MANIFEST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76f68adb3554317a93e60accc82434b07c8cf6d7;p=dbsrgits%2FDBIx-Class-Schema-ResultSetAccessors.git Added all files to MANIFEST --- diff --git a/MANIFEST b/MANIFEST index d7cf452..9c44bc8 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,8 +1,18 @@ MANIFEST +MANIFEST.SKIP README LICENSE Todo Changes Makefile.PL lib/DBIx/Class/Schema/ResultSetAccessors.pm -t/001_load.t \ No newline at end of file +t/basic.t +t/lib/MyApp1/Schema.pm +t/lib/MyApp1/Schema/Result/Artist.pm +t/lib/MyApp1/Schema/Result/CD.pm +t/lib/MyApp1/Schema/Result/Source.pm +t/lib/MyApp1/Schema/ResultSet/CD.pm +t/lib/MyApp2/Schema.pm +t/lib/MyApp2/Schema/Result/Artist.pm +t/lib/MyApp2/Schema/Result/CD.pm +t/lib/MyApp2/Schema/Result/Source.pm \ No newline at end of file