Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index dcb3039..ca85c4f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension XML-Atom-Server-PSGI

 {{$NEXT}}

+0.04 2013-07-24T04:01:08Z
+    - Add missing prereqs (issue #1)
+
 0.03 2013-06-24T00:27:43Z
     (Note: these methods are not recommended for use, but exist to
     help backwards compatiblity with XML::Atom::Server)
  • Loading branch information
lestrrat committed Jul 24, 2013
1 parent 9d9eac4 commit 163324b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension XML-Atom-Server-PSGI

{{$NEXT}}

0.04 2013-07-24T04:01:08Z
- Add missing prereqs (issue #1)

0.03 2013-06-24T00:27:43Z
(Note: these methods are not recommended for use, but exist to
help backwards compatiblity with XML::Atom::Server)
Expand Down
4 changes: 3 additions & 1 deletion META.json
Expand Up @@ -42,9 +42,11 @@
},
"runtime" : {
"requires" : {
"Class::Accessor::Lite" : "0",
"Digest::SHA1" : "0",
"MIME::Base64" : "0",
"Plack" : "1.0024",
"Scope::Guard" : "0",
"XML::Atom" : "0.41",
"perl" : "5.008001"
}
Expand All @@ -69,5 +71,5 @@
"web" : "https://github.com/lestrrat/p5-XML-Atom-Server-PSGI"
}
},
"version" : "0.03"
"version" : "0.04"
}
2 changes: 2 additions & 0 deletions cpanfile
Expand Up @@ -3,6 +3,8 @@ requires 'Digest::SHA1';
requires 'MIME::Base64';
requires 'Plack', '1.0024';
requires 'XML::Atom', '0.41';
requires 'Scope::Guard';
requires 'Class::Accessor::Lite';

on 'test' => sub {
requires 'Test::More', '0.98';
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Atom/Server/PSGI.pm
Expand Up @@ -16,7 +16,7 @@ use constant NS_WSSE => 'http://schemas.xmlsoap.org/ws/2002/07/secext';
use constant NS_WSU => 'http://schemas.xmlsoap.org/ws/2002/07/utility';


our $VERSION = "0.03";
our $VERSION = "0.04";

sub psgi_app {
my $self = shift;
Expand Down

0 comments on commit 163324b

Please sign in to comment.