- or download this
#!/usr/bin/perl
use warnings;
...
like $json->{template}, qr/{"data":"jsondata"}/, 'JSON OK';
done_testing;
- or download this
package Service::XML;
...
}
__PACKAGE__
- or download this
package Service::Factory;
...
return $subclass->new(@_[2 .. $#_])
}
__PACKAGE__
- or download this
package Service::JSON;
...
}
__PACKAGE__
- or download this
package Service;
...
}
__PACKAGE__