]> git.decadent.org.uk Git - maypole.git/commitdiff
added missing file
authorAaron Trevena <aaron.trevena@gmail.com>
Fri, 8 Jul 2005 19:11:14 +0000 (19:11 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Fri, 8 Jul 2005 19:11:14 +0000 (19:11 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@348 48953598-375a-da11-a14b-00016c27c3ee

Changes
MANIFEST
META.yml
lib/Maypole.pm

diff --git a/Changes b/Changes
index c7ecde13fd67a091f02c848b04afb31dfff09fab..44d53392a90e4e325347a955a8550a56783ad5aa 100644 (file)
--- 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
 
 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 )
     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 )
index 7c6a260e535393555a283994c5a9604edaec4896..050ba75481a67d17961902c8d067e6317bd44acf 100644 (file)
--- 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/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
 lib/Maypole/Manual.pod
 lib/Maypole/Manual/About.pod
 lib/Maypole/Manual/Beer.pod
index 0cc71cd9a06831722b03684f13713ab89f1ce935..68c540971a879600167098e6a6382f7387a8fab8 100644 (file)
--- 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
 # 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:
 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
     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
     HTTP::Headers:                 1.59
     Template:                      0
     Template::Plugin::Class:       0
index 49281f890ee054c6f54f76d877e840a1a1365fdc..587bdc7f56174babce89a7b31d69389bc598bbc0 100644 (file)
@@ -7,7 +7,7 @@ use Maypole::Config;
 use Maypole::Constants;
 use Maypole::Headers;
 
 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(
 
 __PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
 __PACKAGE__->mk_accessors(