Re: [Mason] Subclassing Poet::Conf class

2012-08-15 Thread Jonathan Swartz
I recently discovered this myself. There is a fix on the way in Poet 0.12. Let me know if that solves it. Jon On Aug 2, 2012, at 4:24 AM, Kamil Niechajewicz wrote: > Hello, > I seem to have a problem getting my subclass of Poet::Conf to work properly. > From what I've read in docs, it should w

[Mason] Subclassing Poet::Conf class

2012-08-02 Thread Kamil Niechajewicz
Hello, I seem to have a problem getting my subclass of Poet::Conf to work properly. From what I've read in docs, it should work straight away - after creating Poet installation, it creates MyApp::Conf which should be used instead of original Poet::Conf. Problem is - its not getting loaded. My $con