in reply to Net::Stripe, Moose bug?

It would help to know what test.cgi line 35 was. Please include a couple of statments before and after as sometimes the place perl identifes the error at is offset because of errors on the previous or following few lines

Replies are listed 'Best First'.
Re^2: Net::Stripe, Moose bug?
by ultranerds (Hermit) on Apr 12, 2017 at 13:57 UTC
    Yeah sorry, please see my post above :) (I posted the whole code). It fails on:

    my $cards = $stripe->get_cards(customer => 'cus_ALXYaoa9Lpo4Gs', limit => 10);

    Line 541 in /Net/Stripe.pm

    Cheers

    Andy