diff options
author | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 15:05:11 +0100 |
---|---|---|
committer | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 15:07:09 +0100 |
commit | 875b7a6950a135a91b9e105de63fe836f8bb3a20 (patch) | |
tree | 7a87f450b03829e37755aad876b7309f6bcd7284 | |
parent | Allow _add_methods and _attach_spec_to_class to be subclassed. (diff) | |
download | net-http-spore-875b7a6950a135a91b9e105de63fe836f8bb3a20.tar.gz |
The order of dxil plugins matters - we want to commit *after* the changes file has been updated
Also don't need to specify TestRelease, ConfirmRelease and UploadToCPAN as they are in the Basic bundle already
-rw-r--r-- | dist.ini | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dist.ini b/dist.ini index 1e76c50..6dc745b 100644 --- a/dist.ini +++ b/dist.ini @@ -8,12 +8,6 @@ copyright_year = 2012 [Git::NextVersion] version_regexp = ^(\d+(?:\.\d+)+)$ -[@Git] -tag_format = %v - -[@Filter] -bundle = @Basic - [MetaConfig] [MetaJSON] [PkgVersion] @@ -34,6 +28,6 @@ homepage = http://lumberjaph.net/net-http-spore/ [NextRelease] format = %v %{EEE MMM d HH:mm::ss yyyy}d [CheckChangeLog] -[TestRelease] -[ConfirmRelease] -[UploadToCPAN] +[@Basic] +[@Git] +tag_format = %v |