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