Skip Menu |

This queue is for tickets about the Net-GPSD3 CPAN distribution.

Report information
The Basics
Id: 70414
Status: resolved
Priority: 0/
Queue: Net-GPSD3

People
Owner: MRDVT [...] cpan.org
Requestors: fschlich [...] cis.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.17
Fixed in: 0.18



Subject: example code snippets don't belong in /usr/bin
Hi, recent versions of Net::GPSD3 added an EXE_FILES paragraph to Makefile.PL, installing the example snippets in scripts/* into /usr/bin (or /usr/local/bin, or whatever prefix is used). I think this is wrong, as these are clearly examples of how Net::GPSD3 could be used in one's own scripts (i.e., a form of documentation), but not "programs" in their own right that end-users would actually want to run. Thus I'd suggest to remove this paragraph, but I'm not sure why you put it there in the first place? Florian --- a/Makefile.PL +++ b/Makefile.PL @@ -13,12 +13,4 @@ 'DateTime::Format::W3CDTF' => 0.06, #factional seconds }, - EXE_FILES => [ - qw{ - scripts/perl-Net-GPSD3-Example.pl - scripts/perl-Net-GPSD3-Handler.pl - scripts/perl-Net-GPSD3-poll.pl - } - ], - );
Show quoted text
> I'm not sure why you put it there in the first place?
I don't remember either. I've removed it from my SVN and will push a new version with gpsd-3.0 compatibility tests soon.
Subject: example code snippets don't belong in /usr/bin - Net::GPSD3
fixed in version 0.18