# ----------------------------------------------------------
+# 0.11002 2009-08-28
+# ----------------------------------------------------------
+* Depend on fixed Parse::RecDescent
+* Added skip-tables and skip-tables-like options to Diagram
+
+# ----------------------------------------------------------
# 0.11001 2009-08-18
# ----------------------------------------------------------
* Removed last use of Readonly
-use inc::Module::Install 0.89;
+use inc::Module::Install 0.91;
use strict;
use warnings;
+# to deal wuth x.y.z versions properly
+configure_requires 'ExtUtils::MakeMaker' => 6.54;
+
my $deps = {
requires => {
'Class::Base' => 0,
'Carp::Clan' => 0,
'IO::Dir' => 0,
'IO::Scalar' => 2.110,
- 'Parse::RecDescent' => 1.096000, # PBP ftw
+ 'Parse::RecDescent' => 1.962002,
'Pod::Usage' => 0,
'Class::Accessor::Fast' => 0,
'DBI' => 0,
all_from 'lib/SQL/Translator.pm';
+
for my $type (qw/requires recommends test_requires/) {
no strict qw/refs/;
my $f = \&$type;