From: Marcus Ramberg Date: Fri, 15 Apr 2005 14:38:36 +0000 (+0000) Subject: Added: Missing manifests/meta.yml files X-Git-Tag: v0.09~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Email.git;a=commitdiff_plain;h=5d818fda676971bfbfe4f69c00a1efe845efb354 Added: Missing manifests/meta.yml files Updated: version number to release all new fixes for cat5 --- diff --git a/Changes b/Changes index b93b6ad..873e755 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Catalyst::Plugin::Email. +0.04 Fri Apr 15 16:09:00 2005 + - added pod tests. 0.03 Wed Feb 02 18:00:00 2005 - bugfix diff --git a/Email.pm b/Email.pm index d376bec..7dc8d33 100644 --- a/Email.pm +++ b/Email.pm @@ -5,7 +5,7 @@ use Email::Send; use Email::MIME; use Email::MIME::Creator; -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 NAME diff --git a/MANIFEST b/MANIFEST index 24108e9..c0ce711 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,5 +3,7 @@ Email.pm Makefile.PL MANIFEST This list of files README -test.pl +t/01use.t +t/02pod.t +t/03podcoverage.t META.yml Module meta-data (added by MakeMaker) diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..53d9b18 --- /dev/null +++ b/META.yml @@ -0,0 +1,14 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: Catalyst-Plugin-Email +version: 0.04 +version_from: Email.pm +installdirs: site +requires: + Catalyst: 2.99 + Email::MIME: 0 + Email::MIME::Creator: 0 + Email::Send: 0 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.17