X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=a2c7ce2774d39ff60c28c34239c040f3a3f9d058;hb=3c44586e85a78d10f4eaf0ec4adf2ef9b404164b;hp=5d7a665409ae5ef8cabf799753a233633e419f8c;hpb=3d7e3e05ae4acaaff429bee39852c16548929b2d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 5d7a665..a2c7ce2 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -30,7 +30,7 @@ $VERSION = '0.08111'; $VERSION = eval $VERSION; # numify for warning-free dev releases # what version of sqlt do we require if deploy() without a ddl_dir is invoked -# when changing also adjust $sqlt_recommends in Makefile.PL +# when changing also adjust the corresponding author_require in Makefile.PL my $minimum_sqlt_version = '0.11002'; sub MODIFY_CODE_ATTRIBUTES {