Carrot

 view release on metacpan or  search on metacpan

lib/Carrot/Personality/Valued/Internet/Protocol/HTTP/Request_Method./autoload/set_get.pl  view on Meta::CPAN

package Carrot::Personality::Valued::Internet::Protocol::HTTP::Request_Method;
use strict;
use warnings;
sub set_get
{
        ${$_[0]} = 'GET';
        return;
}
return(1);



( run in 2.146 seconds using v1.01-cache-2.11-cpan-acf6aa7dc9e )