version bump v1.0101
Lukas Mai [Tue, 5 Feb 2013 03:03:37 +0000 (04:03 +0100)]
Changes
README
lib/Function/Parameters.pm
lib/Function/Parameters/Info.pm

diff --git a/Changes b/Changes
index 600289f..9acc3e9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Function-Parameters
 
+1.0101  2013-02-05
+        - new reflection API to inspect parameter information of functions
+        - Moose types in parameter lists
+        - more tests
+
 1.0004  2012-11-26
         - fix test relying on hash ordering
 
diff --git a/README b/README
index 0dba1d0..e67868f 100644 (file)
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ You can also look for information at:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2009-2012 Lukas Mai
+Copyright (C) 2009-2013 Lukas Mai
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of either: the GNU General Public License as published
index a9ab950..1510f50 100644 (file)
@@ -8,7 +8,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.0004';
+       our $VERSION = '1.0101';
        XSLoader::load;
 }
 
index fd8a0ec..b18814c 100644 (file)
@@ -173,7 +173,7 @@ Lukas Mai, C<< <l.mai at web.de> >>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2012 Lukas Mai.
+Copyright 2013 Lukas Mai.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of either: the GNU General Public License as published