Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 17e012e..cd15e22 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Function-Return

 {{$NEXT}}

+0.03 2018-10-28T00:19:05Z
+    - Fix a bug where `Function::Parameters::info` does not work where defined by `method` (#2)
+    - improve test and document
+
 0.02 2018-08-29T21:58:05Z
     - update POD
  • Loading branch information
kfly8 committed Oct 28, 2018
1 parent 873940f commit 3bb134d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Function-Return

{{$NEXT}}

0.03 2018-10-28T00:19:05Z
- Fix a bug where `Function::Parameters::info` does not work where defined by `method` (#2)
- improve test and document

0.02 2018-08-29T21:58:05Z
- update POD

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"web" : "https://github.com/kfly8/p5-Function-Return"
}
},
"version" : "0.02",
"version" : "0.03",
"x_authority" : "cpan:KFLY",
"x_contributors" : [
"Mohammad S Anwar <mohammad.anwar@yahoo.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Function/Return.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Function::Return;
use v5.14.0;
use warnings;

our $VERSION = "0.02";
our $VERSION = "0.03";

use attributes ();
use Sub::Util ();
Expand Down

0 comments on commit 3bb134d

Please sign in to comment.