Group
Extension

Matches 1

Padre-Plugin-Shopify ( A/AD/ADAMDH/Padre-Plugin-Shopify-0.05.tar.gz, ADAMDH, 2013; MetaCPAN )
Padre-Plugin-Shopify/lib/Padre/Plugin/Shopify.pm ( view source; MetaCPAN )
ove; }

package Padre::Plugin::Shopify::Project;
use parent 'Padre::Role::Task';
use JSON qw(decode_json encode_json);
use File::Slurp;
use WWW::Shopify;
use WWW::Shopify::Model::Shop;
use Padre::Plug
.shopmanifest") {
		$self->manifest(decode_json(read_file($directory . "/.shopmanifest")));
	}
	else {
		write_file($directory . "/.shopmanifest", encode_json($self->manifest));
	}
	$self->update_comb
{shop};
	if (-e "$directory/.shopinfo") {
		$self->{shop} = WWW::Shopify::Model::Shop->from_json(decode_json(read_file("$directory/.shopinfo")));
	}
	else {
		# To remove unecessary code references an

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.