From 6a6d64f838b8ec7e0b4dd928b037c7823ae7bd1c Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Mon, 17 Apr 2006 18:10:30 +0000 Subject: [PATCH] removing C::DBI::AsForm requirement git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@480 48953598-375a-da11-a14b-00016c27c3ee --- META.yml | 2 +- Makefile.PL | 1 - lib/Maypole.pm | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/META.yml b/META.yml index aa93104..3ffa96d 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.11 +version: 2.11_pre1 version_from: lib/Maypole.pm installdirs: site requires: diff --git a/Makefile.PL b/Makefile.PL index 48dfb15..08582be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,6 @@ WriteMakefile( Class::DBI::AbstractSearch => 0, Class::DBI::Pager => 0, Class::DBI::Plugin::RetrieveAll => 0, - Class::DBI::AsForm => 2.2, Class::DBI::FromCGI => 0.94, Class::DBI::Loader::Relationship => 0, Class::DBI => 0.96, diff --git a/lib/Maypole.pm b/lib/Maypole.pm index b832f8b..2dd0c3d 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -12,7 +12,7 @@ use URI::QueryParam; use NEXT; use File::MMagic::XS qw(:compat); -our $VERSION = '2.11'; +our $VERSION = '2.11_pre1'; our $mmagic = File::MMagic::XS->new(); # proposed privacy conventions: -- 2.39.2