Author: dom Date: 2008-10-19 18:08:09 +0100 (Sun, 19 Oct 2008) New Revision: 1238
Modified: trunk/Build.PL trunk/Changes Log: Add Config::Tiny into configure_requires; new enough CPAN will install Config::Tiny before running Build.PL (fixes #224)
Modified: trunk/Build.PL =================================================================== --- trunk/Build.PL 2008-10-19 16:41:25 UTC (rev 1237) +++ trunk/Build.PL 2008-10-19 17:08:09 UTC (rev 1238) @@ -317,6 +317,9 @@ 'Config::Tiny' => 0, 'Data::Dumper' => 0, }, + configure_requires => { + 'Config::Tiny' => 0, + }, recommends => { 'DBD::SQLite' => 0, # for testing 'Test::HTML::Content' => 0, # for testing, oddly enough
Modified: trunk/Changes =================================================================== --- trunk/Changes 2008-10-19 16:41:25 UTC (rev 1237) +++ trunk/Changes 2008-10-19 17:08:09 UTC (rev 1238) @@ -13,6 +13,7 @@ Change default database type to sqlite (#241) Set content charset correctly in RDF (#260) Display geodata ellipsoid to user in edit from (#230) + Fix install with CPAN when Config::Tiny not already installed (#224) Add an admin navbar, to be displayed if the user requests (#261) Move the node image outside the metadata div, to aid styling (#222)