"Octavian Rasnita" <orasn...@gmail.com> writes: > Talking about modern Perl, I think it could be useful to see examples > of using WxPerl with Moose/Moo.
Currently, wxPerl uses bare-bones object machinery (e.g., blessed hashes and ints). If you program wxPerl, you need to deal with that anyway. Mixing bare-bones OO examples with whatever is today considered 'modern' Perl may quickly become very confusing. It would be nice to have a set of Mo*whatever wrappers for wxPerl but currently there is none. I'd rather spend my energy in producing examples that are working and useful now. > Another helpful example would be one that uses I18N and allows > changing the language of the interface on runtime, without needing to > reload the app. Good point. I18N is always forgotten. -- Johan