added list of done stuff to keep track of
[catagits/Catalyst-Devel.git] / gsoc / donelist.txt
CommitLineData
83f40221 1List of what I've done on Catalyst::Helper thus far:
2
36-03-2009
41. removed template code and hex data for images and put them into a directory
5structure reflecting a Catalyst application's set up
62. Written a test to check to make sure the original C::H and new C::H code
7create the exact same application, so we know nothing was broken.
83. Implemented File::ShareDir to make use of a share/ directory in a distribution
9for template files and images, etc.
104. working on a test script to test how deprecated methods are invoked, 2/3 working
115. implemented methods for new API and old deprecated methods. 1 for pulling
12File::ShareDir data out of our share/ directory, and another for backwards compatibility,
13pulling data out of the __DATA__ section.
146. Drafted an RFC for more comments on progression of C::H API
157. Also using added Path::Class for file reading