Skip to content

Commit

Permalink
0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Mar 14, 2016
1 parent 580ea72 commit 8d42e1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -2,6 +2,6 @@
use strict;
use warnings;

use 5.008000;
use 5.008005;
use Module::Build::Tiny 0.039;
Build_PL();
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Text::Guess::Script

{{$NEXT}}

0.03 2016-03-14 07:43:56 CET
- required perl version 5.8.5

0.02 2016-03-14 00:15:07 CET
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -42,7 +42,7 @@
"runtime" : {
"requires" : {
"Unicode::Normalize" : "0",
"perl" : "5.008000"
"perl" : "5.008005"
}
},
"test" : {
Expand All @@ -64,7 +64,7 @@
"web" : "https://github.com/wollmers/Text-Guess-Script"
}
},
"version" : "0.02",
"version" : "0.03",
"x_contributors" : [
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>"
]
Expand Down

0 comments on commit 8d42e1c

Please sign in to comment.