On Sat, 4 Sep 2004, David Wheeler wrote:

> On Sep 3, 2004, at 1:28 PM, Robert Rothenberg wrote:
>
> > The patch still doesn't work.
>
> What's the output?
>
> Regards,
>
> David

This patch (against version 0.41) works for me on
Win32 ActivePerl 810.
=========================================================
--- Class-Meta-0.41/t/errors.t.orig     Thu Aug 26 21:33:08 2004
+++ Class-Meta-0.41/t/errors.t  Sat Sep  4 23:12:52 2004
@@ -8,7 +8,7 @@
 use strict;
 use Test::More tests => 202;
 use File::Spec;
-(my $fn = File::Spec->catfile('t', 'errors.t')) =~ s/\\/\\\\/g;
+my $fn = File::Spec->catfile('t', 'errors.t');

 BEGIN {
     main::use_ok('Class::Meta');
=================================================================

-- 
best regards,
randy kobes

Reply via email to