Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Deprecate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanrogers committed Jun 6, 2021
1 parent 713223a commit f258022
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions dist.ini
Expand Up @@ -4,7 +4,10 @@ author = Fletcher T. Penney <owner@fletcherpenney.net>
license = GPL_2
copyright_holder = Ioan Rogers

[GatherDir]
[Git::GatherDir]
exclude_filename = Changes
exclude_filename = README.mkdn

[PruneCruft]

[AutoPrereqs]
Expand Down Expand Up @@ -42,15 +45,21 @@ critic_config = xt/perlcriticrc
[ChangelogFromGit::CPAN::Changes]
file_name = Changes
tag_regexp = ^v(\d+\.\d+\.\d+)$
edit_changelog = 1

[ModuleBuild]

[Manifest]
[Signature]

[TestRelease]
;[TestRelease]

[@Git]
signed = 1
allow_dirty = README.mkdn
allow_dirty = dist.ini
allow_dirty = Changes
untracked_files = warn

[ConfirmRelease]
[UploadToCPAN]
Expand Down
2 changes: 1 addition & 1 deletion lib/WebService/Simplenote.pm
Expand Up @@ -4,7 +4,7 @@ package WebService::Simplenote;

# TODO: Net::HTTP::Spore?

our $VERSION = '0.2.1';
our $VERSION = '0.2.2';

use v5.10;
use open qw(:std :utf8);
Expand Down

0 comments on commit f258022

Please sign in to comment.