aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 12:39:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 12:39:31 +1200
commitf91dfce0a38ba6b9bf0111938777d4d3b1b3adb8 (patch)
treeb3dd171de04b4ba64d91f67c038f89dc2741c596 /Makefile.PL
parentMerge branch 'hotfix/v0.25' (diff)
parentCorrect Changes file again (diff)
downloadList-Breakdown-master.tar.gz
List-Breakdown-master.zip
Merge branch 'hotfix/v0.26'HEADv0.26master
* hotfix/v0.26: Correct Changes file again
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 b50f4a5..f863b1d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'List::Breakdown' => {
- version => '0.25',
+ version => '0.26',
file => 'lib/List/Breakdown.pm',
},
},