diff options
Diffstat (limited to 'www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files')
-rw-r--r-- | www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL new file mode 100644 index 000000000000..148b402b8158 --- /dev/null +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL @@ -0,0 +1,21 @@ +--- Makefile.PL.orig 2010-07-28 05:19:39.000000000 +0400 ++++ Makefile.PL 2010-07-28 05:21:00.000000000 +0400 +@@ -23,18 +23,9 @@ + 'EXE_FILES' => [], + 'VERSION' => '1.001000', + 'PREREQ_PM' => { +- 'SQL::Translator' => '0.11002', +- 'parent' => '0', +- 'FindBin' => '0', +- 'Carp' => '0', + 'Catalyst::Model::DBIC::Schema' => '0.29', +- 'Test::More' => '0.88', +- 'Catalyst::View::JSON' => '0', + 'Catalyst::Runtime' => '5.80000', +- 'JSON' => '0', + 'DBIx::Class' => '0.08108', +- 'Test::Deep' => '0', +- 'Catalyst::Test' => '0' + }, + 'LICENSE' => 'perl' + ); |