From 23228bdb7670bcdb234a531e0901fe9c57c013fd Mon Sep 17 00:00:00 2001 From: jayeshkrishna Date: Wed, 7 Jun 2017 14:29:36 -0500 Subject: [PATCH] Renaming files to remove colons Colons in filenames (e.g. XML::Lite.3) creates issues when downloading the files on a Windows machine (Windows drive names end with colons - c:\file.txt). So replacing colons with underscores. Also see PR #813 (that fixed this issue in a prev version) Fixes #1553 [BFB] --- .../tests/testpio/perl5lib/XML/man3/{XML::Lite.3 => XML_Lite.3} | 0 .../XML/man3/{XML::Lite::Element.3 => XML_Lite_Element.3} | 0 .../examples/basic/perl5lib/XML/man3/{XML::Lite.3 => XML_Lite.3} | 0 .../XML/man3/{XML::Lite::Element.3 => XML_Lite_Element.3} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/externals/pio1/tests/testpio/perl5lib/XML/man3/{XML::Lite.3 => XML_Lite.3} (100%) rename src/externals/pio1/tests/testpio/perl5lib/XML/man3/{XML::Lite::Element.3 => XML_Lite_Element.3} (100%) rename src/externals/pio2/examples/basic/perl5lib/XML/man3/{XML::Lite.3 => XML_Lite.3} (100%) rename src/externals/pio2/examples/basic/perl5lib/XML/man3/{XML::Lite::Element.3 => XML_Lite_Element.3} (100%) diff --git a/src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML::Lite.3 b/src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML_Lite.3 similarity index 100% rename from src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML::Lite.3 rename to src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML_Lite.3 diff --git a/src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML::Lite::Element.3 b/src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML_Lite_Element.3 similarity index 100% rename from src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML::Lite::Element.3 rename to src/externals/pio1/tests/testpio/perl5lib/XML/man3/XML_Lite_Element.3 diff --git a/src/externals/pio2/examples/basic/perl5lib/XML/man3/XML::Lite.3 b/src/externals/pio2/examples/basic/perl5lib/XML/man3/XML_Lite.3 similarity index 100% rename from src/externals/pio2/examples/basic/perl5lib/XML/man3/XML::Lite.3 rename to src/externals/pio2/examples/basic/perl5lib/XML/man3/XML_Lite.3 diff --git a/src/externals/pio2/examples/basic/perl5lib/XML/man3/XML::Lite::Element.3 b/src/externals/pio2/examples/basic/perl5lib/XML/man3/XML_Lite_Element.3 similarity index 100% rename from src/externals/pio2/examples/basic/perl5lib/XML/man3/XML::Lite::Element.3 rename to src/externals/pio2/examples/basic/perl5lib/XML/man3/XML_Lite_Element.3