![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Living on the edge …by tobyink (Canon) |
on Nov 20, 2012 at 13:04 UTC ( #1004712=note: print w/replies, xml ) | Need Help?? |
Another option would be to set the TAR_OPTIONS environment variable. The tar man page doesn't mention this possibility (at least it doesn't on my system) but it seems to work fairly universally. If you're using something like Module::Install which buries TARFLAGS under many layers, then a little line at the top of Makefile.PL may be use:
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
In Section
Meditations
|
|