Object::Pad support
Hi! Object::Pad is an OOP library being written by one of the core Perl developers, Paul Evans (aka LeoNerd). It forms the base of Corinna, the object system being developed to be merged into base Perl. It's quite useful, and a bit cleaner than Moose. My Java is a bit rusty, but I can still write it if you point out how you want it done!
This is a large task to do. Can't give an estimation in today world situation :(
As far as I know native perl OOP is on the way, so this probably won't be implemented.
As far as I know native perl OOP is on the way, so this probably won't be implemented.
feature-class (Corinna) has almost the same language as Object-Pad, and also implemented by the same author