[Catalyst-commits] r6368 - trunk/Catalyst-Model-S3

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Sun May 6 19:08:43 GMT 2007


Author: matthewt
Date: 2007-05-06 19:08:42 +0100 (Sun, 06 May 2007)
New Revision: 6368

Added:
   trunk/Catalyst-Model-S3/Makefile.PL
Log:
missed addition of Makefile.PL

Added: trunk/Catalyst-Model-S3/Makefile.PL
===================================================================
--- trunk/Catalyst-Model-S3/Makefile.PL	                        (rev 0)
+++ trunk/Catalyst-Model-S3/Makefile.PL	2007-05-06 18:08:42 UTC (rev 6368)
@@ -0,0 +1,16 @@
+use strict;
+use warnings;
+use inc::Module::Install 0.65;
+
+name 'Catalyst-Model-S3';
+all_from 'lib/Catalyst/Model/S3.pm';
+license 'perl';
+
+build_requires 'Test::More';
+
+requires 'Carp';
+requires 'Catalyst::Runtime' => '5.70';
+requires 'Class::C3';
+requires 'Net::Amazon::S3' => '0.31';
+
+WriteAll;




More information about the Catalyst-commits mailing list