]> git.decadent.org.uk Git - maypole.git/commitdiff
Win32 support
authorSebastian Riedel <sri@labs.kraih.com>
Sat, 25 Sep 2004 17:34:15 +0000 (17:34 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Sat, 25 Sep 2004 17:34:15 +0000 (17:34 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@205 48953598-375a-da11-a14b-00016c27c3ee

Changes
Makefile.PL

diff --git a/Changes b/Changes
index fb0faadab3310e8b138fb13ed80b962e4182c8ce..4575ddcd483c51865e0b0f7af8e72f7002b578a2 100644 (file)
--- 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
index 642dbf63b9ea936187a297a1002feca50b16852e..1366dc158cb3d7827d7e5f5b0fc1d5d349bb2a7e 100644 (file)
@@ -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,