Truly fix literal+bind examples (build upon a3e3e6a18)
[dbsrgits/SQL-Abstract.git] / Makefile.PL
index 66b4022..321e917 100644 (file)
@@ -10,6 +10,7 @@ author 'Nathan Wiger <nate@wiger.org>';
 resources 'license'     => 'http://dev.perl.org/licenses/';
 resources 'repository'  => 'git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git';
 resources 'bugtracker'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstract';
+resources 'IRC'         => 'irc://irc.perl.org/#dbix-class';
 
 all_from 'lib/SQL/Abstract.pm';
 
@@ -17,6 +18,7 @@ dynamic_config 0;
 
 requires 'List::Util'   => 0;
 requires 'Scalar::Util' => 0;
+requires 'Exporter'     => 5.57;
 requires 'Moo'          => 1.004002;
 requires 'Hash::Merge'  => 0.12;