Todd Rinaldo
Todd Rinaldo
The fix in question would be something like this: ```diff diff --git a/lib/Template/Provider.pm b/lib/Template/Provider.pm index 6ecb2453..3a75a29b 100644 --- a/lib/Template/Provider.pm +++ b/lib/Template/Provider.pm @@ -562,13 +562,9 @@ sub _compiled_filename { sub _load_compiled...
```diff diff -ruN 2.22/ttree mine/ttree --- 2.22/ttree 2009-09-09 17:20:20.539677587 +0100 +++ mine/ttree 2009-09-09 17:17:57.451717844 +0100 @@ -296,16 +296,6 @@ } } - # check against acceptance list - if (@$accept)...
@dallaylaen do you want to submit a PR so we can look at it?
```diff diff -ur Template-Toolkit-2.22/lib/Template/Provider.pm Template-Toolkit-2.22p/lib/Template/Provider.pm --- Template-Toolkit-2.22/lib/Template/Provider.pm 2008-11-13 03:30:46.000000000 -0500 +++ Template-Toolkit-2.22p/lib/Template/Provider.pm 2010-05-04 14:23:43.000000000 -0400 @@ -891,7 +891,7 @@ unless ($error) { return $data ## RETURN ## - if $data->{...
The supplied fix breaks test so I'm very unsure if its presence there was intentional. I will need to dig to be sure.
Ok do you want to give us a summary of what you now understand? Or maybe a patch?
From #126 Migrated from [rt.cpan.org#99576](https://rt.cpan.org/Ticket/Display.html?id=99576) (status was 'new') Requestors: @karenetheridge From [email protected] on 2014-10-18 23:43:53: Tests reliably fail when run with -j9, or HARNESS_OPTIONS=j9. It looks like some temporary files...
Ack. thank you!
Please review discussion before merging this patch