Next Pigs in Space 17

Things that suck: Floating-point arithmetic

        sub cents   { $_[0] * 1000       }
        sub dollars { $_[0] * 1000 * 100 }
        is($Consumer->unapplied_amount, cents(95), "now \$0.95");

Next Copyright © 2013 M. J. Dominus