From: Aaron Trevena Date: Fri, 8 Jul 2005 19:11:14 +0000 (+0000) Subject: added missing file X-Git-Tag: 2.10~16 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=1ea25ed1ecc3c2baa71a985e8a94a55bb8f871f2 added missing file git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@348 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index c7ecde1..44d5339 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ This file documents the revision history for Perl extension Maypole. For information about current developments and future releases, see: http://maypole.perl.org/?TheRoadmap -2.10 Wed 29 Jun 2005 +2.10 Tues 5 Jul 2005 Multiple Template Paths added ( http://rt.cpan.org/NoAuth/Bug.html?id=13447 ) Small fix to templates/factory/frontpage ( http://rt.cpan.org/NoAuth/Bug.html?id=11236 ) MasonX support in Maypole::Application ( https://rt.cpan.org/NoAuth/Bug.html?id=12383 ) diff --git a/MANIFEST b/MANIFEST index 7c6a260..050ba75 100644 --- a/MANIFEST +++ b/MANIFEST @@ -8,6 +8,7 @@ lib/Maypole/CLI.pm lib/Maypole/Config.pm lib/Maypole/Constants.pm lib/Maypole/Headers.pm +lib/Maypile/Session.pm lib/Maypole/Manual.pod lib/Maypole/Manual/About.pod lib/Maypole/Manual/Beer.pod diff --git a/META.yml b/META.yml index 0cc71cd..68c5409 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Maypole -version: 2.09 +version: 2.10_pre1 version_from: lib/Maypole.pm installdirs: site requires: @@ -16,6 +16,7 @@ requires: Class::DBI::Pager: 0 Class::DBI::Plugin::RetrieveAll: 0 Class::DBI::SQLite: 0 + Digest::MD5: 0 HTTP::Headers: 1.59 Template: 0 Template::Plugin::Class: 0 diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 49281f8..587bdc7 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -7,7 +7,7 @@ use Maypole::Config; use Maypole::Constants; use Maypole::Headers; -our $VERSION = '2.10_pre1'; +our $VERSION = '2.10_pre2'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors(