Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: CPAN Tests Failing

by tobyink (Canon)
on Mar 20, 2013 at 16:01 UTC ( [id://1024562]=note: print w/replies, xml ) Need Help??


in reply to Re: CPAN Tests Failing
in thread CPAN Tests Failing [SOLVED]

I concur. There actually seem to be a few missing:

  • WWW::Shopify::Model::DBIx::Schema::Result::Model::BlogMetafield
  • WWW::Shopify::Model::DBIx::Schema::Result::Model::CustomCollectionMetafield
  • WWW::Shopify::Model::DBIx::Schema::Result::Model::CustomerMetafield
  • WWW::Shopify::Model::DBIx::Schema::Result::Model::MetafieldOrder
  • WWW::Shopify::Model::DBIx::Schema::Result::Model::MetafieldProduct
  • WWW::Shopify::Model::DBIx::Schema::Result::Model::MetafieldVariant
  • WWW::Shopify::Model::DBIx::Schema::Result::Model::Page
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re^3: CPAN Tests Failing
by Eriond (Novice) on Mar 20, 2013 at 19:51 UTC

    Ah. You guys are 100% right, it was indeed the manifest. Silly of me to miss it really. I guess I just got caught up over the Model::Shop thing and didn't actually just think about what's been changing recently.

    Thanks very much for solving my problem. Really appreciate it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1024562]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found