Juan Miguel Paredes wrote:
> Well, just to laugh at myself, I had the same problem after
> transferring the application from laptop to another machine via usb
> flash drive (only directories and files containing all uppercase names
> where copied in lowercase... in my case, it was
> MyApp::View::HTML::Template)

   tar c . > /flashdrive/myapp

is the same number of characters as

   cp -a . > /flashdrive/myapp

and it actually works ;)

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to