]> git.decadent.org.uk Git - maypole.git/commitdiff
Maypole-2.10.tar.gz 2.10
authorBen Hutchings <ben@decadent.org.uk>
Tue, 4 Nov 2008 03:03:08 +0000 (03:03 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 4 Nov 2008 03:03:08 +0000 (03:03 +0000)
AUTHORS [new file with mode: 0644]
META.yml
lib/Maypole/Config.pm
lib/Maypole/Constants.pm
lib/Maypole/Headers.pm
lib/Maypole/View/TT.pm

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..3651033
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,19 @@
+AUTHORS
+-------
+
+The following people have written and documented Maypole:
+
+Simon Cozens - Original Author
+Sebastian Riedel - Maintainer
+Simon Flack - Maintainer
+Aaron Trevena - Maintainer
+Dave Howarth - Contributor
+
+Thanks also to for fixes and other contributions:
+
+Randal Schwartz
+Jester
+David Baird
+David Howorth
+Marcus Ramberg
+Steven Simms
index ce2b29485934a438293c832ff668dbe3f024872c..02da7a517a229586fcc2c68adcace8cd6c27ce8b 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
-version:      2.10_pre3
+version:      2.10
 version_from: lib/Maypole.pm
 installdirs:  site
 requires:
index a2660d78c9f999176ecb667f3b610da19ac83aec..88dc8eeee0fae3dd9e12a700e83a56090df4008c 100644 (file)
@@ -5,7 +5,7 @@ use attributes ();
 use strict;
 use warnings;
 
-our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+our $VERSION = "1." . sprintf "%04d", q$Rev: 333 $ =~ /: (\d+)/;
 
 # Public accessors.
 __PACKAGE__->mk_accessors(
index 09e7d4b3fa1f1fcc1a91b1c94d61a4e9a92a245f..9c018f9325f4e7782723fd3d77abd0bde00edcac 100644 (file)
@@ -5,7 +5,7 @@ use constant OK       => 0;
 use constant DECLINED => -1;
 use constant ERROR    => -1;
 our @EXPORT = qw(OK DECLINED ERROR);
-our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+our $VERSION = "1." . sprintf "%04d", q$Rev: 354 $ =~ /: (\d+)/;
 
 1;
 
index 33edc1bbedb70dd90fc1be22c8ebf5992080a0b3..dff1ced896ee6b4d5f0c56d4efac5732bd2755fd 100644 (file)
@@ -4,7 +4,7 @@ use base 'HTTP::Headers';
 use strict;
 use warnings;
 
-our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+our $VERSION = "1." . sprintf "%04d", q$Rev: 324 $ =~ /: (\d+)/;
 
 sub get {
     shift->header(shift);
index 13130e53ec1154c6ecfe1c44019db12582265096..1a16a84ac7491734c1af9a0f886fe4a49174ddcf 100644 (file)
@@ -5,7 +5,7 @@ use Template;
 use File::Spec::Functions qw(catdir tmpdir);
 
 use strict;
-our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+our $VERSION = "1." . sprintf "%04d", q$Rev: 333 $ =~ /: (\d+)/;
 
 sub template {
     my ( $self, $r ) = @_;