sedusedan has asked for the wisdom of the Perl Monks concerning the following question:
Probably a bit off-topic here, but I'm curious with OpenBSD's version of the Unix utility 'patch'. My module File::Patch::Undoable is trying to test whether patch supports --dry-run option. OpenBSD's patch does not, but unlike other flavors which also do not support --dry-run (like FreeBSD's), it does not return non-zero exit code when fed unknown option, causing CPANTesters to report lots of errors for my dist (solely on OpenBSD, of course).
Can someone with access to an OpenBSD system help give some idea on identifying this particular flavor? Otherwise, I might as well check for $^O specifically.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: OpenBSD's patch
by betterworld (Curate) on May 26, 2014 at 13:32 UTC | |
by sedusedan (Monk) on May 28, 2014 at 05:46 UTC | |
by betterworld (Curate) on Jun 04, 2014 at 14:00 UTC | |
Re: OpenBSD's patch
by codiac (Beadle) on May 27, 2014 at 09:04 UTC | |
by sedusedan (Monk) on May 28, 2014 at 05:43 UTC | |
by betterworld (Curate) on Jun 04, 2014 at 14:01 UTC | |
Re: OpenBSD's patch
by sedusedan (Monk) on May 26, 2014 at 11:39 UTC |
Back to
Seekers of Perl Wisdom