Skip to content

Commit

Permalink
Released version 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 18, 2014
1 parent 90088ca commit a23cea0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for String-InterpolatedVariables

v1.0.3 2014-04-17
- Fix license declared in meta files.

v1.0.2 2014-04-12
- Add missing dependency (GH-1).

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"provides" : {
"String::InterpolatedVariables" : {
"file" : "lib/String/InterpolatedVariables.pm",
"version" : "v1.0.2"
"version" : "v1.0.3"
}
},
"release_status" : "stable",
Expand All @@ -52,5 +52,5 @@
"url" : "https://github.com/guillaumeaubert/String-InterpolatedVariables"
}
},
"version" : "v1.0.2"
"version" : "v1.0.3"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: String-InterpolatedVariables
provides:
String::InterpolatedVariables:
file: lib/String/InterpolatedVariables.pm
version: v1.0.2
version: v1.0.3
requires:
Readonly: '0'
perl: '5.006'
Expand All @@ -27,4 +27,4 @@ resources:
homepage: https://metacpan.org/release/String-InterpolatedVariables
license: http://www.gnu.org/licenses/gpl-3.0.txt
repository: https://github.com/guillaumeaubert/String-InterpolatedVariables
version: v1.0.2
version: v1.0.3
4 changes: 2 additions & 2 deletions lib/String/InterpolatedVariables.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ String::InterpolatedVariables - Extract variable names from interpolated strings
=head1 VERSION
Version 1.0.2
Version 1.0.3
=cut

our $VERSION = '1.0.2';
our $VERSION = '1.0.3';


=head1 SYNOPSIS
Expand Down

0 comments on commit a23cea0

Please sign in to comment.