ingydotnet / boolean-pm

Boolean Type Support for Perl
7 stars 5 forks source link

[boolean v0.44]: export.t test (still) fails for perl > 5.021005 (-truth issue) #12

Open grubert65 opened 9 years ago

grubert65 commented 9 years ago

truth sub at boolean.pm fails testing on a 5.021010 (even commenting the "die" on perl version at sub start):

t/export.t ............... Modification of a read-only value attempted at lib/boolean.pm line 67. BEGIN failed--compilation aborted at t/export.t line 16.

dagolden commented 9 years ago

Should be fixed in 0.45. This can be closed.