This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make t/porting/authors.t work on Windows
authorMax Maischein <corion@corion.net>
Sun, 19 Feb 2012 20:07:02 +0000 (21:07 +0100)
committerMax Maischein <corion@corion.net>
Sun, 19 Feb 2012 20:11:57 +0000 (21:11 +0100)
commitef8da350e66b3a4c221f69d7c048f5781dfe1f56
tree1515d45229c7f5841fe1b9ce5b2646389701f1ee
parentfed9e2bd224b024818ae1d663de291aa60c684cc
Make t/porting/authors.t work on Windows

The Windows shell cmd.exe does not know about single quotes. Double
quotes are the only thing available here. This patch selects the kind
of quote to use based on the operating system and constructs
the pipeline accordingly.
t/porting/authors.t