Skip to content

Commit

Permalink
Version 0.02 + MANIFEST and Changes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Oct 14, 2010
1 parent 831e62f commit da919ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -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
1 change: 1 addition & 0 deletions MANIFEST.SKIP
@@ -1,4 +1,5 @@
t\/logs\/.*log
cover_db
\.git
blib
pm_to_blib
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/Plugin/REST.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit da919ca

Please sign in to comment.