From: Sebastian Riedel Date: Sat, 25 Sep 2004 17:34:15 +0000 (+0000) Subject: Win32 support X-Git-Tag: 2.10~157 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=85968ef28d078868c8e2865a3e76f81ddd4ec94c Win32 support git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@205 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index fb0faad..4575ddc 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,7 @@ Revision history for Perl extension Maypole - Factory templates are now XHTML 1.1 compliant. - made the config hash into -> Maypole::Config - accessors for everything + - Win32 support 1.7 Sat Jul 17 20:15:26 BST 2004 - Emergency release - we lost the "use Maypole::Constants" from diff --git a/Makefile.PL b/Makefile.PL index 642dbf6..1366dc1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,9 +15,11 @@ WriteMakefile( Class::DBI::FromCGI => 0.94, Class::DBI::Loader::Relationship => 0, Class::DBI => 0.96, + Class::DBI::SQLite => 0, CGI::Untaint => 0, UNIVERSAL::moniker => 0, UNIVERSAL::require => 0, + URI::QueryParam => 0, CGI::Simple => 0, Template => 0, Template::Plugin::Class => 0,