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

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Fri Jun 12 23:56:47 GMT 2009


Author: dhoss
Date: 2009-06-12 23:56:46 +0000 (Fri, 12 Jun 2009)
New Revision: 10520

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-06-12 23:32:53 UTC (rev 10519)
+++ Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt	2009-06-12 23:56:46 UTC (rev 10520)
@@ -172,5 +172,32 @@
 
 MooseX::Getopt
 
+################################################################################
+17:46 < t0m> dhoss: erm, oh, so the _other_ thing I didn't think of
+17:46 < t0m> Is Cat works on windows
+17:46 < t0m> I have stuffed loads of "t/foo.t"
+17:46 < t0m> into strings.
+17:46 < t0m> which will break win
+17:47 < t0m> so, all those places where I just "string/append/a/file.name"
+17:47 < t0m> you need to use Path::Class qw/file/; file(qw/ string append a 
+             file.name /);
+17:47 < t0m> like ^^^
+17:48 < t0m> then it will still work on win32
+17:48 < dhoss> noted
+17:48 < t0m> There is already File::Spec->catfile
+17:48 < t0m> which does the same thing
+17:48 < t0m> but more ugly
+17:48 < t0m> either/or
+17:48 < purl> either/or is "public load_first_existing_class" or "load_class 
+              passes multiple args to load_first_existing_class"
+17:48 < t0m> don't care...
+17:49 < t0m> Just "file/name" is BAD
+17:49 < t0m> and will hate windows users
 
+Summary:
+17:43 < dhoss> 1. fix pod coverage, 2. remove TestAppForInvocation 3. ???
+17:43 < t0m> 3. merge
 
+
+
+




More information about the Catalyst-commits mailing list