Skip to content

Commit

Permalink
Improving Dist::Zilla configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthebert committed Oct 12, 2014
1 parent 6f02486 commit 02bc40a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for WWW-PushBullet Distribution

1.2.4 2014-10-12 22:30

* Improving distribution Kwalitee


1.2.2 2014-10-08 10:30

* Fixing device_id/device_iden issue
Expand Down
19 changes: 16 additions & 3 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -66,3 +74,8 @@ critic_config = xt/perlcritic.rc

; Tests module Kwalitee
[Test::Kwalitee::Extra]

; upload Distribution to CPAN
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
2 changes: 1 addition & 1 deletion lib/WWW/PushBullet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use Data::Dump qw(dump);
use JSON;
use LWP::UserAgent;

our $VERSION = '1.2.2';
our $VERSION = '1.2.4';

my %PUSHBULLET = (
REALM => 'Pushbullet',
Expand Down

0 comments on commit 02bc40a

Please sign in to comment.