Subject: | bug in POOP test |
In t/202_example_Moose_POOP.t, line 12:
if DBM::Deep->VERSION >= 1.0;
should be:
if DBM::Deep->VERSION < 1.0;
However, if this line is corrected, the test fails (with DBM::Deep v1.0001):
$ prove -v t/202_example_Moose_POOP.t
...
# Failed test '... created my article successfully'
# at t/202_example_Moose_POOP.t line 250.
# died: DBM::Deep: Cannot store something that is tied.
not ok 14 - ... created my article successfully