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
lib/CatalystX/Component/Traits.pm 22
3 files changed (This is a version diff) 47
@@ -1,5 +1,8 @@
 Revision history for CatalystX-Component-Traits
 
+0.16 2010-08-26 19:07:00
+    - Neglected to bump the version in last release.
+
 0.15 2010-08-25 19:09:00
     - Change excludes to -excludes when using MooseX::Traits::Pluggable
       to avoid the deprecation warning.
@@ -23,7 +23,7 @@ no_index:
 provides:
   CatalystX::Component::Traits:
     file: lib/CatalystX/Component/Traits.pm
-    version: 0.14
+    version: 0.16
 requires:
   Catalyst::Runtime: 5.80005
   List::MoreUtils: 0
@@ -35,4 +35,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bobtfish/catalystx-component-traits.git
-version: 0.14
+version: 0.16
@@ -14,11 +14,11 @@ Catalyst Components
 
 =head1 VERSION
 
-Version 0.14
+Version 0.16
 
 =cut
 
-our $VERSION   = '0.14';
+our $VERSION   = '0.16';
 our $AUTHORITY = 'id:RKITOVER';
 
 =head1 SYNOPSIS