[Catalyst-commits] r6507 -
trunk/Catalyst-Plugin-Cache-Store-FastMmap
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Thu Jul 5 20:52:38 GMT 2007
Author: nothingmuch
Date: 2007-07-05 20:52:38 +0100 (Thu, 05 Jul 2007)
New Revision: 6507
Added:
trunk/Catalyst-Plugin-Cache-Store-FastMmap/Makefile.PL
Removed:
trunk/Catalyst-Plugin-Cache-Store-FastMmap/Build.PL
Log:
foo
Deleted: trunk/Catalyst-Plugin-Cache-Store-FastMmap/Build.PL
===================================================================
--- trunk/Catalyst-Plugin-Cache-Store-FastMmap/Build.PL 2007-07-05 19:49:14 UTC (rev 6506)
+++ trunk/Catalyst-Plugin-Cache-Store-FastMmap/Build.PL 2007-07-05 19:52:38 UTC (rev 6507)
@@ -1,18 +0,0 @@
-use strict;
-use Module::Build;
-
-my $build = Module::Build->new(
- create_makefile_pl => 'traditional',
- license => 'perl',
- module_name => 'Catalyst::Plugin::Cache::Store::FastMmap',
- requires => {
- 'Catalyst' => '5.7',
- 'Catalyst::Plugin::Cache' => '0.01',
- 'Cache::FastMmap' => 0,
- 'Path::Class' => 0,
- },
- create_readme => 1,
- sign => 1,
-);
-$build->create_build_script;
-
Added: trunk/Catalyst-Plugin-Cache-Store-FastMmap/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Cache-Store-FastMmap/Makefile.PL (rev 0)
+++ trunk/Catalyst-Plugin-Cache-Store-FastMmap/Makefile.PL 2007-07-05 19:52:38 UTC (rev 6507)
@@ -0,0 +1,17 @@
+# Note: this file was auto-generated by Module::Build::Compat version 0.03
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+ 'NAME' => 'Catalyst::Plugin::Cache::Store::FastMmap',
+ 'VERSION_FROM' => 'lib/Catalyst/Plugin/Cache/Store/FastMmap.pm',
+ 'PREREQ_PM' => {
+ 'Cache::FastMmap' => '0',
+ 'Catalyst' => '5.7',
+ 'Catalyst::Plugin::Cache' => '0.01',
+ 'Path::Class' => '0'
+ },
+ 'INSTALLDIRS' => 'site',
+ 'EXE_FILES' => [],
+ 'PL_FILES' => {}
+ )
+;
More information about the Catalyst-commits
mailing list