]> git.decadent.org.uk Git - maypole.git/blobdiff - Makefile.PL
changed template path ordering, no longer return empty paths in TT view
[maypole.git] / Makefile.PL
index efe950184161d2acd924510d79428413064b1676..6d6cdfb978f65228c2592657989adc99d76a8c40 100644 (file)
@@ -11,10 +11,9 @@ WriteMakefile(
         Class::DBI::AbstractSearch       => 0,
         Class::DBI::Pager                => 0,
         Class::DBI::Plugin::RetrieveAll  => 0,
-        Class::DBI::FromCGI              => 0.94,
         Class::DBI::Loader::Relationship => 0,
         Class::DBI                       => 0.96,
-        Class::DBI::SQLite               => 0,
+        Class::DBI::SQLite               => 0.08,
         CGI::Untaint                     => 1.26,
        CGI::Untaint::date               => 0,
        CGI::Untaint::email              => 0,
@@ -30,15 +29,16 @@ WriteMakefile(
         Template::Plugin::Class          => 0,
         Test::MockModule                 => 0,
         Digest::MD5                     => 0,
-       File::MMagic::XS                => 0.08,
-       Class::DBI::Plugin::Type        => 0,
+       File::MMagic::XS                 => 0.08,
+       Class::DBI::Plugin::Type         => 0,
+       Class::C3                        => 0.14,
     },    # e.g., Module::Name => 1.1
     (
         $] >= 5.005
         ?    ## Add these new keywords supported since 5.005
           (
             ABSTRACT_FROM => 'lib/Maypole.pm',   # retrieve abstract from module
-            AUTHOR => 'Aaron TEEJAY Trevena <teejay#droogs.org>'
+            AUTHOR => 'Aaron TEEJAY Trevena <aaron@aarontrevena.co.uk>'
           )
         : ()
     ),
@@ -87,7 +87,7 @@ create table beer (
     style integer,
     name varchar(30),
     url varchar(120),
-#    tasted date,
+    tasted date,
     score integer(2),
     price varchar(12),
     abv varchar(10),