X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FPager.pm;h=c8f76feee0349b906569d16b94ef0ffbe41d5c0c;hb=5e0eea3522876a30453af24097507198bbbc9409;hp=36fbce9b1ec6713de5d3c27ad7af3a3c9469e768;hpb=65c2b042016f9bd215b8159586da02f9457ebf96;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/CDBICompat/Pager.pm b/lib/DBIx/Class/CDBICompat/Pager.pm index 36fbce9..c8f76fe 100644 --- a/lib/DBIx/Class/CDBICompat/Pager.pm +++ b/lib/DBIx/Class/CDBICompat/Pager.pm @@ -2,8 +2,14 @@ package # hide from PAUSE DBIx::Class::CDBICompat::Pager; use strict; + +# even though fatalization has been proven over and over to be a universally +# bad idea, this line has been part of the code from the beginning +# leaving the compat layer as-is, something may in fact depend on that use warnings FATAL => 'all'; +use base 'DBIx::Class'; + *pager = \&page; sub page {