From: John Napiorkowski Date: Wed, 29 Oct 2014 15:56:14 +0000 (-0500) Subject: removed files unneeded X-Git-Tag: v0.34~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=8fbb7f4eb123ebf210a05f816ae783cbe0412cf0 removed files unneeded --- diff --git a/MYMETA.json b/MYMETA.json deleted file mode 100644 index ae9fdaa..0000000 --- a/MYMETA.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "abstract" : "Make serving static pages painless.", - "author" : [ - "Andy Grundman, " - ], - "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060", - "license" : [ - "perl_5" - ], - "meta-spec" : { - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" - }, - "name" : "Catalyst-Plugin-Static-Simple", - "no_index" : { - "directory" : [ - "t", - "inc" - ] - }, - "prereqs" : { - "build" : { - "requires" : { - "ExtUtils::MakeMaker" : "6.36", - "Test::More" : "0" - } - }, - "configure" : { - "requires" : { - "ExtUtils::MakeMaker" : "0" - } - }, - "runtime" : { - "requires" : { - "Catalyst::Runtime" : "5.80008", - "MIME::Types" : "2.03", - "Moose" : "0", - "MooseX::Types" : "0", - "Test::More" : "0", - "namespace::autoclean" : "0" - } - } - }, - "release_status" : "stable", - "version" : "0.32" -} diff --git a/MYMETA.yml b/MYMETA.yml deleted file mode 100644 index 8e8d625..0000000 --- a/MYMETA.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -abstract: 'Make serving static pages painless.' -author: - - 'Andy Grundman, ' -build_requires: - ExtUtils::MakeMaker: '6.36' - Test::More: '0' -configure_requires: - ExtUtils::MakeMaker: '0' -dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: '1.4' -name: Catalyst-Plugin-Static-Simple -no_index: - directory: - - t - - inc -requires: - Catalyst::Runtime: '5.80008' - MIME::Types: '2.03' - Moose: '0' - MooseX::Types: '0' - Test::More: '0' - namespace::autoclean: '0' -version: '0.32'