From: Rafael Kitover Date: Sun, 28 Feb 2010 00:39:02 +0000 (-0500) Subject: oracle and sybase support no longer experimental X-Git-Tag: 0.06000~74 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7a20962d137bc481e7fec909c6899b038a1ebaf;p=dbsrgits%2FDBIx-Class-Schema-Loader.git oracle and sybase support no longer experimental --- diff --git a/Makefile.PL b/Makefile.PL index d18e89b..ddf257f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -81,7 +81,7 @@ my $_features = [ ], }, ORACLE => { - label => 'Oracle Support (experimental)', + label => 'Oracle Support', def => $ENV{DBIC_FEATURE_ORACLE} || 0, deps => [ 'DBI' => '1.56', @@ -89,7 +89,7 @@ my $_features = [ ], }, SYBASE => { - label => 'Sybase Support (experimental)', + label => 'Sybase Support', def => $ENV{DBIC_FEATURE_SYBASE} || 0, deps => [ 'DBI' => '1.56',