Simplify no wantarray assert (a9da9b6a) - fish out args from caller
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 108624a..5a952e2 100644 (file)
@@ -16,7 +16,8 @@ BEGIN {
 }
 
 homepage 'http://www.dbix-class.org/';
-resources 'IRC'         => 'irc://irc.perl.org/#dbix-class';
+resources 'x_IRC'       => 'irc://irc.perl.org/#dbix-class';
+resources 'x_WebIRC'    => 'https://chat.mibbit.com/#dbix-class@irc.perl.org';
 resources 'license'     => 'http://dev.perl.org/licenses/';
 resources 'repository'  => 'https://github.com/dbsrgits/DBIx-Class';
 resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class';
@@ -84,7 +85,7 @@ my $runtime_requires = {
   'namespace::clean'         => '0.24',
   'Path::Class'              => '0.18',
   'Scope::Guard'             => '0.03',
-  'SQL::Abstract'            => '1.78',
+  'SQL::Abstract'            => '1.78_02',  # TEMPORARY
   'Try::Tiny'                => '0.07',
 
   # Technically this is not a core dependency - it is only required