At 22:43 14/06/2005 -0700, you wrote:
# New Ticket Created by Clement Cherlin
# Please include the string: [perl #36290]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36290 >
François PERRAD wrote:
>
> Please, revert t
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote:
> Clement Cherlin wrote:
>
> > ... I agree that it's a somewhat
> > ugly workaround, but it was the simplest method I could think of.
> Can
> > you suggest an alternate solution?
>
> TEST_FILES in makefiles/root.in has forward slashes. During
Clement Cherlin wrote:
... I agree that it's a somewhat
ugly workaround, but it was the simplest method I could think of. Can
you suggest an alternate solution?
TEST_FILES in makefiles/root.in has forward slashes. During creation of
the Makefile these get somewhere converted to backslashes. T
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote:
> Clement Cherlin wrote:
> > --- Leopold Toetsch via RT <[EMAIL PROTECTED]>
> wrote:
>
> >>Doesn't a) perl take forward slashes too and b) harness do the glob
>
> >>anyway? If the shell globs the test args, we'll run into
> commandline
> >>l
Clement Cherlin wrote:
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote:
Doesn't a) perl take forward slashes too and b) harness do the glob
anyway? If the shell globs the test args, we'll run into commandline
length issues sooner or later.
leo
Perl will accept both forward and backw
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote:
> Clement Cherlin (via RT) wrote:
>
> >>perl.exe t\harness --gc-debug --running-make-test
> >
> > t\library\*.t
>
> [ ... ]
>
> Doesn't a) perl take forward slashes too and b) harness do the glob
> anyway? If the shell globs the
Clement Cherlin (via RT) wrote:
perl.exe t\harness --gc-debug --running-make-test
t\library\*.t
[ ... ]
Doesn't a) perl take forward slashes too and b) harness do the glob
anyway? If the shell globs the test args, we'll run into commandline
length issues sooner or later.
leo
# New Ticket Created by Clement Cherlin
# Please include the string: [perl #36290]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36290 >
François PERRAD wrote:
>
> Please, revert this patch (r8298)
> With MinGW & cmd.exe