[Moose-commits] r7282 - / File-Stat-Moose/trunk/lib/Exception File-Stat-Moose/trunk/lib/File/Stat File-Stat-Moose/trunk/lib/MooseX/Types File-Stat-Moose/trunk/xt

dexter at code2.0beta.co.uk dexter at code2.0beta.co.uk
Sun Jan 11 17:20:16 GMT 2009


Author: dexter
Date: 2009-01-11 09:20:16 -0800 (Sun, 11 Jan 2009)
New Revision: 7282

Modified:
   /
   File-Stat-Moose/trunk/lib/Exception/IO.pm
   File-Stat-Moose/trunk/lib/File/Stat/Moose.pm
   File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm
   File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm
   File-Stat-Moose/trunk/xt/distribution.t
Log:
* Bump year and version.
* Fix typo.


Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 29d9eb4e-40d9-41ff-8cc0-7c34f0377d85:/local:4092
2bebade9-0208-dc11-a4b9-00301b3b29d0:/moose:3042
43f30acf-ffa7-db11-9a50-0007e9671810:/local/moose:11316
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/moose:80747
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local_branches/moose:77172
6e11344b-1d34-40d0-9390-86e97abb4eb4:/local:7388
6e4c252e-09e9-db11-9f04-000c29fd8354:/moose:2283
aefc10fd-5b54-4257-b62a-ecea51a09fa3:/local:7227
b9f79518-c350-dc11-a4c1-00c09feb4faf:/moose:2662
caa144d9-c479-4b4a-b833-e57023acf97c:/local:7207
cea6dcd6-86ea-db11-b77d-00c09feb4faf:/moose:2218
f7901bf9-e7b5-442b-97a4-4d7fd5798e10:/local/moose:29359
   + 29d9eb4e-40d9-41ff-8cc0-7c34f0377d85:/local:4092
2bebade9-0208-dc11-a4b9-00301b3b29d0:/moose:3042
43f30acf-ffa7-db11-9a50-0007e9671810:/local/moose:11316
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/moose:80747
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local_branches/moose:77172
6e11344b-1d34-40d0-9390-86e97abb4eb4:/local:7388
6e4c252e-09e9-db11-9f04-000c29fd8354:/moose:2283
aefc10fd-5b54-4257-b62a-ecea51a09fa3:/local:7227
b9f79518-c350-dc11-a4c1-00c09feb4faf:/moose:2662
caa144d9-c479-4b4a-b833-e57023acf97c:/local:7362
cea6dcd6-86ea-db11-b77d-00c09feb4faf:/moose:2218
f7901bf9-e7b5-442b-97a4-4d7fd5798e10:/local/moose:29359

Modified: File-Stat-Moose/trunk/lib/Exception/IO.pm
===================================================================
--- File-Stat-Moose/trunk/lib/Exception/IO.pm	2009-01-11 11:20:02 UTC (rev 7281)
+++ File-Stat-Moose/trunk/lib/Exception/IO.pm	2009-01-11 17:20:16 UTC (rev 7282)
@@ -33,7 +33,7 @@
 use strict;
 use warnings;
 
-our $VERSION = 0.04;
+our $VERSION = 0.04_01;
 
 
 use Exception::Base 0.21 (
@@ -104,7 +104,7 @@
 
 =head1 LICENSE
 
-Copyright (C) 2008 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/lib/File/Stat/Moose.pm
===================================================================
--- File-Stat-Moose/trunk/lib/File/Stat/Moose.pm	2009-01-11 11:20:02 UTC (rev 7281)
+++ File-Stat-Moose/trunk/lib/File/Stat/Moose.pm	2009-01-11 17:20:16 UTC (rev 7282)
@@ -29,7 +29,7 @@
 use strict;
 use warnings;
 
-our $VERSION = 0.04;
+our $VERSION = 0.04_01;
 
 use Moose;
 
@@ -497,7 +497,7 @@
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm
===================================================================
--- File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm	2009-01-11 11:20:02 UTC (rev 7281)
+++ File-Stat-Moose/trunk/lib/MooseX/Types/CacheFileHandle.pm	2009-01-11 17:20:16 UTC (rev 7282)
@@ -28,7 +28,7 @@
 use strict;
 use warnings;
 
-our $VERSION = 0.04;
+our $VERSION = 0.04_01;
 
 use Moose::Util::TypeConstraints;
 
@@ -64,7 +64,7 @@
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm
===================================================================
--- File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm	2009-01-11 11:20:02 UTC (rev 7281)
+++ File-Stat-Moose/trunk/lib/MooseX/Types/OpenHandle.pm	2009-01-11 17:20:16 UTC (rev 7282)
@@ -29,7 +29,7 @@
 use strict;
 use warnings;
 
-our $VERSION = 0.04;
+our $VERSION = 0.04_01;
 
 use Moose::Util::TypeConstraints;
 
@@ -65,7 +65,7 @@
 
 =head1 LICENSE
 
-Copyright (C) 2007, 2008 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
+Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki E<lt>dexter at debian.orgE<gt>.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: File-Stat-Moose/trunk/xt/distribution.t
===================================================================
--- File-Stat-Moose/trunk/xt/distribution.t	2009-01-11 11:20:02 UTC (rev 7281)
+++ File-Stat-Moose/trunk/xt/distribution.t	2009-01-11 17:20:16 UTC (rev 7282)
@@ -7,4 +7,4 @@
 
 # No POD coverage due to complaints about builtins when using Fatal.
 use Test::Distribution ();
-Test::Distributon->import( distversion => 1, not => 'podcover' );
+Test::Distribution->import( distversion => 1, not => 'podcover' );




More information about the Moose-commits mailing list