Carrot
view release on metacpan or search on metacpan
lib/Carrot/Personality/Valued/Internet/Protocol/HTTP/Request_Method./autoload/is_get.pl view on Meta::CPAN
package Carrot::Personality::Valued::Internet::Protocol::HTTP::Request_Method;
use strict;
use warnings;
sub is_get
{
return(${$_[0]} eq 'GET');
}
return(1);
( run in 0.489 second using v1.01-cache-2.11-cpan-437f7b0c052 )