in reply to Re^5: Fields pragma - the poor man's OO framework?
in thread Fields pragma - the poor man's OO framework?

As far as I can tell, 'fields' performs checks both at compile time (most common case, if used carefully) and at run-time (thanks to Hash::Util, as explained by Arunbear).

I just noticed an issue (bug?) in the 5.10 implementation. I'll post it in a top-level subthread, so that any wandering Googler gets a chance to see it.

  • Comment on Re^6: Fields pragma - the poor man's OO framework?