In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c56aace2d0aee74fae81eab6a1bb50a647709427?hp=c98de163de0b7ceafeda0e7348391b9eac339ecb>

- Log -----------------------------------------------------------------
commit c56aace2d0aee74fae81eab6a1bb50a647709427
Author: David Mitchell <[email protected]>
Date:   Thu Jan 22 16:41:49 2015 +0000

    bump attributes.pm version
-----------------------------------------------------------------------

Summary of changes:
 ext/attributes/attributes.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm
index 062cd77..74cfc63 100644
--- a/ext/attributes/attributes.pm
+++ b/ext/attributes/attributes.pm
@@ -1,6 +1,6 @@
 package attributes;
 
-our $VERSION = 0.25;
+our $VERSION = 0.26;
 
 @EXPORT_OK = qw(get reftype);
 @EXPORT = ();

--
Perl5 Master Repository

Reply via email to