[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Class::Accessor::Fast (for PDF::TextBlock)



Just discovered this in the guts of pre-Moose Catalyst:
 
   http://search.cpan.org/~kasei/Class-Accessor-0.31/lib/Class/Accessor/Fast.pm
 
Pretty cool zero-config objects with zero CPAN dependencies. And fast.   :)
 
For when you don't need a Moose (or even a Mouse).
 
Using this for my new CPAN module I'm writing since lightest-possible dependency tree probably a good thing for small/simple CPAN contributions.
 
Dependency comparison:
 
   http://deps.cpantesters.org/?module=Class::Accessor::Fast;perl=latest
 
   http://deps.cpantesters.org/?module=Mouse;perl=latest
 
   http://deps.cpantesters.org/?module=Moose;perl=latest
 
New module I'm writing:
  
   http://github.com/jhannah/pdf-textblock/tree/master
  
j