exercism / perl5

Exercism exercises in Perl 5.
https://exercism.org/tracks/perl5
MIT License
28 stars 51 forks source link

Check exercise compatibility with new built in Perl class feature #540

Open m-dango opened 1 year ago

m-dango commented 1 year ago

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.