Skip to content

Commit 7cba918

Browse files
committed
bump to 0.901 for release to CPAN
1 parent 13c0387 commit 7cba918

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ my %WriteMakefileArgs = (
4949
"autodie" => 0,
5050
"lib" => 0
5151
},
52-
"VERSION" => "0.900",
52+
"VERSION" => "0.901",
5353
"test" => {
5454
"TESTS" => "t/*.t"
5555
}

dist.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = cPanel-TaskQueue
2-
version = 0.900
2+
version = 0.901
33
author = cPanel, Inc. <cpan@cpanel.net>
44
license = Perl_5
55
copyright_holder = cPanel, Inc.
@@ -25,6 +25,12 @@ skip = ^Mock|Fake|^English$
2525
[GatherDir]
2626
exclude_filename = Makefile.PL
2727

28+
[MetaResources]
29+
bugtracker.web = https://github.com/CpanelInc/cPanel-TaskQueue/issues
30+
repository.url = https://github.com/CpanelInc/cPanel-TaskQueue.git
31+
repository.web = https://github.com/CpanelInc/cPanel-TaskQueue.git
32+
repository.type = git
33+
2834
[@Filter]
2935
-bundle = @Basic
3036
-remove = GatherDir

0 commit comments

Comments
 (0)