Added to CONTRIBUTORS and updated copyright year
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index 9c5c86a..3cd424b 100644 (file)
@@ -10,7 +10,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '1.04';
+our $VERSION = '1.12';
 $VERSION = eval $VERSION;
 
 sub BUILDARGS {
@@ -157,7 +157,8 @@ sub get_allowed_methods {
         @{ Class::Inspector->methods($class) }
     };
     $methods->{'HEAD'} = 1 if $methods->{'GET'};
-    return keys %$methods;
+    delete $methods->{'not_implemented'};
+    return sort keys %$methods;
 };
 
 sub _return_options {
@@ -239,6 +240,8 @@ Brian Phillips E<lt>bphillips@cpan.orgE<gt>
 
 Dave Rolsky E<lt>autarch@urth.orgE<gt>
 
+Robert Rothenberg E<lt>rrwo@cpan.orgE<gt>
+
 Luke Saunders
 
 Arthur Axel "fREW" Schmidt E<lt>frioux@gmail.comE<gt>
@@ -255,7 +258,7 @@ Wallace Reis E<lt>wreis@cpan.orgE<gt>
 
 =head1 COPYRIGHT
 
-Copyright (c) 2006-2012 the above named AUTHOR and CONTRIBUTORS
+Copyright (c) 2006-2013 the above named AUTHOR and CONTRIBUTORS
 
 =head1 LICENSE