-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f02486
commit 02bc40a
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,13 @@ | |
; Dist::Zilla configuration | ||
; | ||
name = WWW-PushBullet | ||
version = 1.2.2 | ||
author = Sebastien Thebert <[email protected]> | ||
license = Perl_5 | ||
copyright_holder = Sebastien Thebert | ||
|
||
; Gets Distribution version from the main module file | ||
[RewriteVersion] | ||
|
||
[GatherDir] | ||
|
||
; Adds META.YML file | ||
|
@@ -23,8 +25,11 @@ match = ^cover_db/ | |
[Manifest] | ||
|
||
[Prereqs / TestRequires] | ||
FindBin = 0 | ||
Test::More = 0 | ||
FindBin = 0 | ||
Pod::Coverage::TrustPod = 0 | ||
Test::More = 0 | ||
Test::Pod = 0 | ||
Test::Pod::Coverage = 0 | ||
|
||
[Prereqs] | ||
Data::Dump = 0 | ||
|
@@ -41,6 +46,9 @@ Pod::Usage = 0 | |
; Adds README file with distribution name, version, abstract & license | ||
[Readme] | ||
|
||
; Adds 'provides' section in META.yml | ||
[MetaProvides::Package] | ||
|
||
[MetaResources] | ||
repository.web = https://github.com/sebthebert/WWW-PushBullet | ||
repository.url = https://github.com/sebthebert/WWW-PushBullet.git | ||
|
@@ -66,3 +74,8 @@ critic_config = xt/perlcritic.rc | |
|
||
; Tests module Kwalitee | ||
[Test::Kwalitee::Extra] | ||
|
||
; upload Distribution to CPAN | ||
[TestRelease] | ||
[ConfirmRelease] | ||
[UploadToCPAN] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters