The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes 03
META.yml 22
Makefile.PL 11
lib/Catalyst/Devel.pm 11
4 files changed (This is a version diff) 47
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.25  2010-01-02 16:13:06
+        - Update repository metadata after moving from svn to git.
+
 1.24  2009-12-07 23:23:36
         - File name for .yml file generated is now correct.
         - Fixes for consistent spacing in generated application template.
@@ -40,5 +40,5 @@ resources:
   MailingList: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
   homepage: http://dev.catalyst.perl.org/
   license: http://dev.perl.org/licenses/
-  repository: http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Devel/
-version: 1.24
+  repository: git://git.shadowcat.co.uk/catagits/Catalyst-Devel.git
+version: 1.25
@@ -92,7 +92,7 @@ if ($Module::Install::AUTHOR) {
         [ 'IRC'         => 'irc://irc.perl.org/#catalyst' ],
         [ 'license',    => 'http://dev.perl.org/licenses/' ],
         [ 'homepage',   => 'http://dev.catalyst.perl.org/'],
-        [ 'repository', => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Devel/' ],
+        [ 'repository', => 'git://git.shadowcat.co.uk/catagits/Catalyst-Devel.git' ],
     ];
 
     Meta->{values}{requires} = [ grep {
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.24';
+our $VERSION             = '1.25';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;