--- /dev/null
+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
# 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:
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(
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;
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);
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 ) = @_;