X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=e21f4cae3128a19189b50e98a0d18357c8b17cc7;hb=b6c45ef3d4431be02339c183912fda2016f92913;hp=c85511793ede3bf2b9a912fe461e2d5a90efa826;hpb=946503a6fcccde2029657cb6b1a4c2b976a6ff50;p=dbsrgits%2FSQL-Abstract-2.0-ish.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index c855117..e21f4ca 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -11,8 +11,6 @@ class SQL::Abstract { use SQL::Abstract::Types qw/NameSeparator QuoteChars AST/; use Devel::PartialDump qw/dump/; - clean; - our $VERSION = '2.000000'; our $AST_VERSION = '1';