Skip to content

Instantly share code, notes, and snippets.

@genehack
Created March 18, 2015 02:48
Show Gist options
  • Save genehack/26305e1dd31dadb08cf4 to your computer and use it in GitHub Desktop.
Save genehack/26305e1dd31dadb08cf4 to your computer and use it in GitHub Desktop.
Moose test fail with 5.14.4, Moose 2.1403
prove -l t/metaclasses/exporter_also_with_trait.t 19:35:23
t/metaclasses/exporter_also_with_trait.t .. Use of uninitialized value $package in hash element at /Users/genehack/.cpanm/work/1426645714.53163/Moose-2.1403/lib/Moose/Exporter.pm line 245.
Use of uninitialized value $package in concatenation (.) or string at /Users/genehack/.cpanm/work/1426645714.53163/Moose-2.1403/lib/Moose/Exporter.pm line 245.
The package does not use Moose::Exporter
BEGIN failed--compilation aborted at t/metaclasses/exporter_also_with_trait.t line 22.
t/metaclasses/exporter_also_with_trait.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Test Summary Report
-------------------
t/metaclasses/exporter_also_with_trait.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.27 cusr 0.04 csys = 0.34 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment