Skip Menu |

This queue is for tickets about the Flickr-API CPAN distribution.

Report information
The Basics
Id: 105426
Status: resolved
Priority: 0/
Queue: Flickr-API

People
Owner: LBMOORE [...] cpan.org
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 1.13
  • 1.11
  • 1.12
Fixed in: 1.14



Subject: Examples installed into PATH
The files from examples directory are installed into standard bin directory. I think it's unlucky to have these examples installed as production-ready scripts. Either they should not be installed by default (remove them from EXE key in Makefile.PL), or the should not describe themselves as examples (examples/flickr_make_stored_config.pl starts comment with "Testing OAuth").
From: ppisar [...] redhat.com
Dne Út 23.čen.2015 10:25:01, ppisar napsal(a): Show quoted text
> The files from examples directory are installed into standard bin > directory.
Moreover some of them have different license (GPL+ or Artistic) from the other code (Artistic 2.0).
On Tue Jun 23 10:26:34 2015, ppisar wrote: Show quoted text
> Dne Út 23.čen.2015 10:25:01, ppisar napsal(a):
> > The files from examples directory are installed into standard bin > > directory.
> > Moreover some of them have different license (GPL+ or Artistic) from > the other code (Artistic 2.0).
Good points, I've fixed them in development and it will be part of the next update.
You marked this ticket as fixed in 0.02 (and a bunch of other versions) -- was that intentional?
Subject: Re: [rt.cpan.org #105426] Examples installed into PATH
Date: Tue, 23 Jun 2015 16:28:30 -0600 (MDT)
To: Karen Etheridge via RT <bug-Flickr-API [...] rt.cpan.org>
From: lbmoore [...] cpan.org
Intentional, yes. I was trying to show which versions were free of the issue introduced in 1.11. I'm new to maintaining CPAN modules, is there a better or more conventional action for me to have used? Have I made a faux pas? L On Tue, 23 Jun 2015, Karen Etheridge via RT wrote: Show quoted text
> Queue: Flickr-API > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=105426 > > > You marked this ticket as fixed in 0.02 (and a bunch of other versions)
-- was that intentional? Show quoted text
> >
Examples and scripts separated and the scripts in script/ made into usable tools. POD added/caught up as appropriate.