Quick: Useless Classes
Here is a quick reminder. When you have a class/object that only has a single method.
 | 
 | 
then just make a single function out of it.
 | 
 | 
this also works with multiple methods, but with just a single method it defenitely should just be a single function. Also consider that Perl has great ability for passing arguments. For example you also can do.
 | 
 | 
Related
In that example, the hash %default basically acts as your object.