fastmail / Moonpig

the moonpig billing system
69 stars 12 forks source link

Remove Moonpig::DateTime #5

Closed mjdominus closed 3 years ago

mjdominus commented 10 years ago

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.