summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore3
-rw-r--r--Changes4
-rw-r--r--dist.ini9
3 files changed, 13 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4f2f6b0..9ebe85b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@
/Makefile.PL
*.patch
-*.tar.gz \ No newline at end of file
+*.tar.gz
+Net-HTTP-Spore-* \ No newline at end of file
diff --git a/Changes b/Changes
index 29a6fe5..e221a08 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.05 Sun Nov 25 11:40:24 2012
+ - Fix a memory leak in Net::HTTP::Spore::Meta::Method (michaelr)
+ - Fix meta information in the dist.ini file (dolmen)
+
0.04 Tue Jul 26 11:32:00 2011
- allow XML::Simple options for Format::XML (fperrad)
- stringify Net::HTTP::Response to a useful message
diff --git a/dist.ini b/dist.ini
index 7bbfe56..1bf2d9b 100644
--- a/dist.ini
+++ b/dist.ini
@@ -2,8 +2,11 @@ name = Net-HTTP-Spore
author = franck cuny <franck@lumberjaph.net>
license = Perl_5
copyright_holder = linkfluence
-copyright_year = 2010
-version = 0.04
+copyright_year = 2012
+version = 0.05
+
+[@Git]
+tag_format = %v
[@Filter]
bundle = @Basic
@@ -27,4 +30,6 @@ homepage = http://lumberjaph.net/net-http-spore/
[AutoPrereqs]
[ReadmeFromPod]
[CheckChangeLog]
+[TestRelease]
+[ConfirmRelease]
[UploadToCPAN]