On Thu Sep 13 22:39:32 2007, [EMAIL PROTECTED] wrote: > > On Sep 13, 2007, at 8:21 PM, Jerry Gay (via RT) wrote: > > > # New Ticket Created by Jerry Gay > > # Please include the string: [perl #45437] > > # in the subject line of all future correspondence about this issue. > > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45437 > > > > > > > in r21240, ptc added a 'cover' target to the makefile, along with > > 'cover-clean', which was made a dependency of the 'clean' target. > > > > unfortunately, one of the cover targets uses 'sed', which is not > > portable. i've removed the 'cover-clean' dependency from the 'clean' > > target in r21269. > > > > once 'sed' is replaced with something portable (ExtUtils::Command's > > 'mv', maybe? iunno) that dependency can be replaced. > > > > ~jerry > > > > Hmmm.... s~sed 's/\.o/\.c/g'~perl -pe 's/\.o/\.c/g'~ > > That should do it... >
That seemed to do the job! Thanks! Committed in 21274. particle: could you confirm that this works as expected for you? Then you can close the ticket. Paul