[Moose-commits] r7494 - in Moose/trunk/lib: . Moose Moose/Cookbook
Moose/Cookbook/Basics Moose/Cookbook/Extending
Moose/Cookbook/Meta Moose/Cookbook/Roles Moose/Cookbook/Snack
Moose/Manual Moose/Meta Moose/Meta/Method Moose/Meta/Role
Moose/Meta/Role/Application Moose/Meta/Role/Method
Moose/Meta/TypeCoercion Moose/Meta/TypeConstraint Moose/Spec
Moose/Util Moose/Util/TypeConstraints Test
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Tue Feb 3 16:47:58 GMT 2009
Author: autarch
Date: 2009-02-03 08:47:57 -0800 (Tue, 03 Feb 2009)
New Revision: 7494
Modified:
Moose/trunk/lib/Moose.pm
Moose/trunk/lib/Moose/Cookbook.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe3.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe4.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe7.pod
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe9.pod
Moose/trunk/lib/Moose/Cookbook/Extending/Recipe1.pod
Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod
Moose/trunk/lib/Moose/Cookbook/Extending/Recipe3.pod
Moose/trunk/lib/Moose/Cookbook/Extending/Recipe4.pod
Moose/trunk/lib/Moose/Cookbook/FAQ.pod
Moose/trunk/lib/Moose/Cookbook/Meta/Recipe1.pod
Moose/trunk/lib/Moose/Cookbook/Meta/Recipe2.pod
Moose/trunk/lib/Moose/Cookbook/Meta/Recipe3.pod
Moose/trunk/lib/Moose/Cookbook/Meta/Recipe4.pod
Moose/trunk/lib/Moose/Cookbook/Meta/Recipe5.pod
Moose/trunk/lib/Moose/Cookbook/Roles/Recipe1.pod
Moose/trunk/lib/Moose/Cookbook/Roles/Recipe2.pod
Moose/trunk/lib/Moose/Cookbook/Snack/Keywords.pod
Moose/trunk/lib/Moose/Cookbook/Snack/Types.pod
Moose/trunk/lib/Moose/Cookbook/Style.pod
Moose/trunk/lib/Moose/Cookbook/WTF.pod
Moose/trunk/lib/Moose/Exporter.pm
Moose/trunk/lib/Moose/Manual/Attributes.pod
Moose/trunk/lib/Moose/Manual/BestPractices.pod
Moose/trunk/lib/Moose/Manual/Construction.pod
Moose/trunk/lib/Moose/Manual/Delegation.pod
Moose/trunk/lib/Moose/Manual/MOP.pod
Moose/trunk/lib/Moose/Manual/MooseX.pod
Moose/trunk/lib/Moose/Manual/Roles.pod
Moose/trunk/lib/Moose/Manual/Types.pod
Moose/trunk/lib/Moose/Meta/Attribute.pm
Moose/trunk/lib/Moose/Meta/Class.pm
Moose/trunk/lib/Moose/Meta/Instance.pm
Moose/trunk/lib/Moose/Meta/Method.pm
Moose/trunk/lib/Moose/Meta/Method/Accessor.pm
Moose/trunk/lib/Moose/Meta/Method/Augmented.pm
Moose/trunk/lib/Moose/Meta/Method/Constructor.pm
Moose/trunk/lib/Moose/Meta/Method/Delegation.pm
Moose/trunk/lib/Moose/Meta/Method/Destructor.pm
Moose/trunk/lib/Moose/Meta/Method/Overriden.pm
Moose/trunk/lib/Moose/Meta/Role.pm
Moose/trunk/lib/Moose/Meta/Role/Application.pm
Moose/trunk/lib/Moose/Meta/Role/Application/RoleSummation.pm
Moose/trunk/lib/Moose/Meta/Role/Application/ToClass.pm
Moose/trunk/lib/Moose/Meta/Role/Application/ToInstance.pm
Moose/trunk/lib/Moose/Meta/Role/Application/ToRole.pm
Moose/trunk/lib/Moose/Meta/Role/Composite.pm
Moose/trunk/lib/Moose/Meta/Role/Method.pm
Moose/trunk/lib/Moose/Meta/Role/Method/Required.pm
Moose/trunk/lib/Moose/Meta/TypeCoercion.pm
Moose/trunk/lib/Moose/Meta/TypeCoercion/Union.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Class.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Enum.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterized.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Registry.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Role.pm
Moose/trunk/lib/Moose/Meta/TypeConstraint/Union.pm
Moose/trunk/lib/Moose/Object.pm
Moose/trunk/lib/Moose/Role.pm
Moose/trunk/lib/Moose/Spec/Role.pod
Moose/trunk/lib/Moose/Unsweetened.pod
Moose/trunk/lib/Moose/Util.pm
Moose/trunk/lib/Moose/Util/MetaRole.pm
Moose/trunk/lib/Moose/Util/TypeConstraints.pm
Moose/trunk/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm
Moose/trunk/lib/Test/Moose.pm
Moose/trunk/lib/oose.pm
Log:
bump copyright date to 2009
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -230,7 +230,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -220,7 +220,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe3.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe3.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe3.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -230,7 +230,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe4.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe4.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe4.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -286,7 +286,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -188,7 +188,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe7.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe7.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe7.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -51,7 +51,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe9.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe9.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe9.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -200,7 +200,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Extending/Recipe1.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Extending/Recipe1.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Extending/Recipe1.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -317,7 +317,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -59,7 +59,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Extending/Recipe3.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Extending/Recipe3.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Extending/Recipe3.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -75,7 +75,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Extending/Recipe4.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Extending/Recipe4.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Extending/Recipe4.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -75,7 +75,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/FAQ.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/FAQ.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/FAQ.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -303,7 +303,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Meta/Recipe1.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Meta/Recipe1.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Meta/Recipe1.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -55,7 +55,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Meta/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Meta/Recipe2.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Meta/Recipe2.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -299,7 +299,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Meta/Recipe3.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Meta/Recipe3.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Meta/Recipe3.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -197,7 +197,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Meta/Recipe4.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Meta/Recipe4.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Meta/Recipe4.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -57,7 +57,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Meta/Recipe5.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Meta/Recipe5.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Meta/Recipe5.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -58,7 +58,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Roles/Recipe1.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Roles/Recipe1.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Roles/Recipe1.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -206,7 +206,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Roles/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Roles/Recipe2.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Roles/Recipe2.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -115,7 +115,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Snack/Keywords.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Snack/Keywords.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Snack/Keywords.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -158,7 +158,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Snack/Types.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Snack/Types.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Snack/Types.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -65,7 +65,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/Style.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Style.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/Style.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -199,7 +199,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook/WTF.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/WTF.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook/WTF.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -196,7 +196,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Cookbook.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Cookbook.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -226,7 +226,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Exporter.pm
===================================================================
--- Moose/trunk/lib/Moose/Exporter.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Exporter.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -510,7 +510,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/Attributes.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/Attributes.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/Attributes.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -587,7 +587,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/BestPractices.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/BestPractices.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/BestPractices.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -117,7 +117,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/Construction.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/Construction.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/Construction.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -123,7 +123,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/Delegation.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/Delegation.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/Delegation.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -107,7 +107,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/MOP.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/MOP.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/MOP.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -161,7 +161,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/MooseX.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/MooseX.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/MooseX.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -245,7 +245,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/Roles.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/Roles.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/Roles.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -240,7 +240,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Manual/Types.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/Types.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Manual/Types.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -421,7 +421,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Attribute.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Attribute.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Attribute.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -968,7 +968,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Class.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Class.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Class.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -807,7 +807,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Instance.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Instance.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Instance.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -51,7 +51,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method/Accessor.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method/Accessor.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method/Accessor.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -340,7 +340,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method/Augmented.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method/Augmented.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method/Augmented.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -94,7 +94,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method/Constructor.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method/Constructor.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method/Constructor.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -441,7 +441,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method/Delegation.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method/Delegation.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method/Delegation.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -158,7 +158,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method/Destructor.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method/Destructor.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method/Destructor.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -140,7 +140,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method/Overriden.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method/Overriden.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method/Overriden.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -84,7 +84,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Method.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Method.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Method.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -67,7 +67,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Application/RoleSummation.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Application/RoleSummation.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Application/RoleSummation.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -293,7 +293,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Application/ToClass.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Application/ToClass.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Application/ToClass.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -218,7 +218,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Application/ToInstance.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Application/ToInstance.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Application/ToInstance.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -78,7 +78,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Application/ToRole.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Application/ToRole.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Application/ToRole.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -209,7 +209,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Application.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Application.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Application.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -150,7 +150,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Composite.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Composite.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Composite.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -109,7 +109,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Method/Required.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Method/Required.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Method/Required.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -34,7 +34,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role/Method.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role/Method.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role/Method.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -38,7 +38,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/Role.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/Role.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/Role.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -904,7 +904,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeCoercion/Union.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeCoercion/Union.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeCoercion/Union.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -93,7 +93,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeCoercion.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeCoercion.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeCoercion.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -146,7 +146,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Class.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Class.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Class.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -156,7 +156,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Enum.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Enum.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Enum.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -112,7 +112,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterizable.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -118,7 +118,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterized.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterized.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Parameterized.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -103,7 +103,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Registry.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Registry.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Registry.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -122,7 +122,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Role.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Role.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Role.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -150,7 +150,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint/Union.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint/Union.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint/Union.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -221,7 +221,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Meta/TypeConstraint.pm
===================================================================
--- Moose/trunk/lib/Moose/Meta/TypeConstraint.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Meta/TypeConstraint.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -410,7 +410,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Object.pm
===================================================================
--- Moose/trunk/lib/Moose/Object.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Object.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -194,7 +194,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Role.pm
===================================================================
--- Moose/trunk/lib/Moose/Role.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Role.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -286,7 +286,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Spec/Role.pod
===================================================================
--- Moose/trunk/lib/Moose/Spec/Role.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Spec/Role.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -337,7 +337,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Unsweetened.pod
===================================================================
--- Moose/trunk/lib/Moose/Unsweetened.pod 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Unsweetened.pod 2009-02-03 16:47:57 UTC (rev 7494)
@@ -324,7 +324,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Util/MetaRole.pm
===================================================================
--- Moose/trunk/lib/Moose/Util/MetaRole.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Util/MetaRole.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -259,7 +259,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2008 by Infinity Interactive, Inc.
+Copyright 2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm
===================================================================
--- Moose/trunk/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -129,7 +129,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Util/TypeConstraints.pm
===================================================================
--- Moose/trunk/lib/Moose/Util/TypeConstraints.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Util/TypeConstraints.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -1086,7 +1086,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose/Util.pm
===================================================================
--- Moose/trunk/lib/Moose/Util.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose/Util.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -306,7 +306,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Moose.pm
===================================================================
--- Moose/trunk/lib/Moose.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Moose.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -1139,7 +1139,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/Test/Moose.pm
===================================================================
--- Moose/trunk/lib/Test/Moose.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/Test/Moose.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -158,7 +158,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
Modified: Moose/trunk/lib/oose.pm
===================================================================
--- Moose/trunk/lib/oose.pm 2009-02-03 16:46:22 UTC (rev 7493)
+++ Moose/trunk/lib/oose.pm 2009-02-03 16:47:57 UTC (rev 7494)
@@ -79,7 +79,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
More information about the Moose-commits
mailing list