Skip Menu |

This queue is for tickets about the Audio-Mixer CPAN distribution.

Report information
The Basics
Id: 123258
Status: new
Priority: 0/
Queue: Audio-Mixer

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [patch] Avoid installing 'volume.pl' in @INC
Subject: 0001-Prevent-volume.pl-being-installed-to-INC.patch
From 3ff624aac4ca2ac2812af2cb49d917c2a4f9fc5a Mon Sep 17 00:00:00 2001 From: Kent Fredric <kentnl@gentoo.org> Date: Fri, 13 Oct 2017 08:41:59 +1300 Subject: Prevent volume.pl being installed to @INC $DISTROOT/*.pl get installed as Audio/*.pl, due to the historical use use of ".pl" to indicate "perl library" in Perl 4 and older. --- MANIFEST | 2 +- volume.pl => eg/volume.pl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename volume.pl => eg/volume.pl (100%) diff --git a/MANIFEST b/MANIFEST index 627c3fe..d15c4ab 100644 --- a/MANIFEST +++ b/MANIFEST @@ -6,5 +6,5 @@ Mix.h Mixer.pm Mixer.xs test.pl -volume.pl +eg/volume.pl README diff --git a/volume.pl b/eg/volume.pl similarity index 100% rename from volume.pl rename to eg/volume.pl -- 2.14.2