This replaces nearly all the code in Moonpig::DateTime with a stub module that inherits from the CPAN module DateTime::Moonpig, adding only the Moonpig-specific STICK_PACK and TO_JSON methods.
The tests all pass, except t/storage.t, which was has unrelated prior breakage.
This replaces nearly all the code in
Moonpig::DateTime
with a stub module that inherits from the CPAN moduleDateTime::Moonpig
, adding only the Moonpig-specificSTICK_PACK
andTO_JSON
methods.The tests all pass, except
t/storage.t
, which was has unrelated prior breakage.