[Catalyst-commits] r10383 - Catalyst-Devel/1.00/branches/helper_refactor/gsoc

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sat May 30 02:14:37 GMT 2009


Author: dhoss
Date: 2009-05-30 02:14:36 +0000 (Sat, 30 May 2009)
New Revision: 10383

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt
Log:
updated todo


Modified: Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt	2009-05-30 00:33:45 UTC (rev 10382)
+++ Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt	2009-05-30 02:14:36 UTC (rev 10383)
@@ -90,16 +90,19 @@
 16:03 <t0m> and the ones which can't get deprecated, but preserved.
 16:04 <dhoss> so that's just for the current get_file, right? 
 16:04 <t0m> yy
-16:04 <t0m>     $self->copy_share_file(
+########################################################################
+## done
+16:04 <t0m>     $self->copy_share_file(                                 
 16:04 <t0m>         'favicon.ico',
 16:04 <t0m>         File::Spec->catfile( $self->{root}, "favicon.ico" )
 16:04 <t0m>     );
+#########################################################################
 16:05 <t0m> more like it
 16:05 <t0m> so we have sub mk_foo { shift->generate_foo(@_); }
 
 ====
 5-28
-03:04 < dhoss> SO. official next step: 1) trim crap out 2) write test for how 
+03:04 < dhoss> SO. official next step: 1) #done trim crap out 2) write test for how 
                helpers are invoking Catalyst::Helper 3)??? 4) profit!
 03:05 < t0m> 3) Re arrange files in sharedir so we can make the comversion guts 
              totally generic




More information about the Catalyst-commits mailing list