summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
committerYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
commit331ceb1fe4b4f950a3e561d9a760abb4744e32f4 (patch)
treea652e5df6486775708e6e6cdcdb264f2f7c68420 /Build.PL
parentf2e445b2ebce05b544c0682219e3f42db97ea94f (diff)
Year + Version bump for 1.2v1.2
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 0a3f5f3..d2f772d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -4,7 +4,7 @@ use Module::Build;
Module::Build->new(
dist_name => 'TUWF',
- dist_version => '1.1',
+ dist_version => '1.2',
dist_author => 'Yoran Heling <projects@yorhel.nl>',
dist_abstract => 'The Ultimate Website Framework',
license => 'mit',
@@ -20,7 +20,8 @@ Module::Build->new(
},
meta_merge => {
resources => {
- repository => 'https://g.blicky.net/tuwf.git/'
+ repository => 'https://g.blicky.net/tuwf.git/',
+ homepage => 'https://dev.yorhel.nl/tuwf'
},
},
create_makefile_pl => 'traditional',