aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:44:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:44:49 +1200
commit4d0cb07bbdc3320f8fc2529ed76cbe924bba3167 (patch)
treea5a593f58bb53737b0bda5398cad3a3969d09d34 /Makefile.PL
parentMerge branch 'release/v0.21' (diff)
parentBump VERSION (diff)
downloadList-Breakdown-0.22.tar.gz (sig)
List-Breakdown-0.22.zip
Merge branch 'release/v0.22'v0.22
* release/v0.22: Bump VERSION Use qw() for @EXPORT_OK list
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8742db5..f08bb4d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'List::Breakdown' => {
- version => '0.21',
+ version => '0.22',
file => 'lib/List/Breakdown.pm',
},
},