[libdancer-plugin-rest-perl] 29/63: Version 0.02 + MANIFEST and Changes updates

Jonas Smedegaard dr at jones.dk
Wed Jul 2 11:44:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag 0.07
in repository libdancer-plugin-rest-perl.

commit da919ca27f5d8a17f3743e4d9e3426e95ff840aa
Author: Alexis Sukrieh <sukria at sukria.net>
Date:   Thu Oct 14 10:51:54 2010 +0200

    Version 0.02 + MANIFEST and Changes updates
---
 CHANGES                   | 4 +++-
 MANIFEST                  | 1 +
 MANIFEST.SKIP             | 1 +
 lib/Dancer/Plugin/REST.pm | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 2517659..c576ded 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
+Version 0.02
+	* 100% coverage
 
-Version 0.1
+Version 0.0001_01
 	* Support for prepare_serializer_for_format keyword
 	  autoamtically set a serializer according to params->{format}
 	* Support for resource definition
diff --git a/MANIFEST b/MANIFEST
index d90b269..3655799 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,4 +6,5 @@ README
 t/01_base.t
 t/02_prepare_serializer_for_format.t
 t/03_resource.t
+t/04_plugin_settings.t
 t/TestUtils.pm
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 205509a..7df8919 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,4 +1,5 @@
 t\/logs\/.*log
+cover_db
 \.git
 blib
 pm_to_blib
diff --git a/lib/Dancer/Plugin/REST.pm b/lib/Dancer/Plugin/REST.pm
index 5441614..62bc8f8 100644
--- a/lib/Dancer/Plugin/REST.pm
+++ b/lib/Dancer/Plugin/REST.pm
@@ -3,7 +3,7 @@ use Dancer ':syntax';
 use Dancer::Plugin;
 
 our $AUTHORITY = 'SUKRIA';
-our $VERSION = '0.0001_01';
+our $VERSION = '0.02';
 
 register prepare_serializer_for_format =>
 sub {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-rest-perl.git



More information about the Pkg-perl-cvs-commits mailing list