xslate / p5-Mouse

Lightweight class builder for Perl, as a subset of Moose
https://metacpan.org/release/Mouse
Other
46 stars 32 forks source link

Skip t/900_mouse_bugs/018_issue41.t before perl 5.10 #45

Closed vpit closed 9 years ago

vpit commented 9 years ago

Hello,

t/900_mouse_bugs/018_issue41.t is failing on perl 5.8 because of the literal "use 5.010" in the test. This commit just skip the test for these old perls.

Vincent

vpit commented 9 years ago

Semicolons are not mandatory at the end of a block.

syohex commented 9 years ago

Semicolons are not mandatory at the end of a block.

However we may add some statements after it in the future, so I think semicolon should be put.

vpit commented 9 years ago

Then go ahead.