X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FREST.pm;fp=lib%2FCatalyst%2FController%2FREST.pm;h=fc88cd2921cbf3d5edc219f0c8c95d05eb67cb5e;hb=5ad39b5146880dc2e43e9a6c093c283f46e37b62;hp=a03836fa21385c70e25b9fb22d9d33a2eb3b9c4f;hpb=b71ad3a42ce87c5afaa03235401f1f618d7c95d6;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index a03836f..fc88cd2 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -465,7 +465,7 @@ Returns a "304 NOT MODIFIED" response. =cut -sub status_NOT_MODIFIED { +sub status_not_modified { my $self = shift; my $c = shift;