From: Matt S Trout Date: Mon, 7 Oct 2019 05:35:49 +0000 (+0000) Subject: move script to new api X-Git-Tag: v1.90_01~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95d4c8346c14aa1b802351eedd965e5f3041fc43;p=dbsrgits%2FSQL-Abstract.git move script to new api --- diff --git a/maint/podregen b/maint/podregen index f07609f..cbb5ed2 100755 --- a/maint/podregen +++ b/maint/podregen @@ -6,13 +6,11 @@ use Data::Dumper::Compact; use Devel::DDCWarn; use SQL::Abstract::Formatter; use SQL::Abstract; -use SQL::Abstract::ExtraClauses; my $ddc = Data::Dumper::Compact->new(max_width => 72); my $sqla = SQL::Abstract->new( lazy_join_sql_parts => 1, -); -SQL::Abstract::ExtraClauses->apply_to($sqla); +)->plugin('+ExtraClauses'); my $sqlaf = SQL::Abstract::Formatter->new(max_width => 72); while (1) {