exercism/perl5

Check exercise compatibility with new built in Perl class feature

m-dango opened this issue · 0 comments

Future versions of Perl are going to have a built in class feature. Check that class-based exercises are able to be completed with it.

https://perldoc.pl/blead/perlclass

Currently, the object comparison tests in the clock exercise do not work.