From: Tara L Andrews Date: Sun, 1 Jan 2012 02:17:44 +0000 (+0100) Subject: refrain from committing db directory; get rid of META.yml X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=commitdiff_plain;h=17d48aa385b590622d022dff783c2ec1a150e6a9 refrain from committing db directory; get rid of META.yml --- diff --git a/.gitignore b/.gitignore index c12cadf..3ca356c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ data Makefile Makefile.old blib +db diff --git a/META.yml b/META.yml deleted file mode 100644 index 64a5c0f..0000000 --- a/META.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -abstract: 'a software model for a set of collated texts' -author: - - 'Tara L Andrews ' -build_requires: - ExtUtils::MakeMaker: 6.56 -configure_requires: - ExtUtils::MakeMaker: 6.56 -distribution_type: module -dynamic_config: 1 -generated_by: 'Module::Install version 1.00' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -module_name: Text::Tradition -name: Text-Tradition -no_index: - directory: - - inc - - t -requires: - Algorithm::Diff: 0 - Bio::Phylo::IO: 0 - File::chdir: 0 - Graph: 0 - Graph::Convert: 0 - Graph::Easy: 0 - Graph::Reader::Dot: 0 - IPC::Run: 0 - Module::Load: 0 - Moose: 0 - Moose::Util::TypeConstraints: 0 - MooseX::NonMoose: 0 - Text::CSV::Simple: 0 - Text::CSV_XS: 0 - XML::LibXML: 0 - XML::LibXML::XPathContext: 0 - perl: 5.12.0 -resources: - license: http://dev.perl.org/licenses/ -version: 0.1 diff --git a/TreeOfTexts/META.yml b/TreeOfTexts/META.yml deleted file mode 100644 index 4e77f17..0000000 --- a/TreeOfTexts/META.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -abstract: 'Catalyst based application' -author: - - 'Tara L Andrews' -build_requires: - ExtUtils::MakeMaker: 6.42 - Test::More: 0.88 -configure_requires: - ExtUtils::MakeMaker: 6.42 -distribution_type: module -generated_by: 'Module::Install version 1.00' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -name: TreeOfTexts -no_index: - directory: - - inc - - t -requires: - Catalyst::Action::RenderView: 0 - Catalyst::Plugin::ConfigLoader: 0 - Catalyst::Plugin::Static::Simple: 0 - Catalyst::Runtime: 5.90002 - Config::General: 0 - Moose: 0 - namespace::autoclean: 0 -resources: - license: http://dev.perl.org/licenses/ -version: 0.01