On Thu, 2012-05-10 at 09:01 -0700, Logan Bell wrote:
> The Apache Lucy team is pleased to announce the release of version 0.3.1!

Thanks to all the project team for your ongoing efforts.

One small thing for a future release ...

The metadata for the CPAN package does not list details of a bugtracker.
The result is that the "Bugs" link on the CPAN search sites link to the
default RT bug queue:

  https://metacpan.org/release/Lucy
  http://search.cpan.org/dist/Lucy/

It looks like there are even a couple of issues logged there.  Whereas I
assume issues should really be tracked at:

  https://issues.apache.org/jira/browse/LUCY

I *think* the attached pacth is all that's required to fix this.

Cheers
Grant
Index: perl/Build.PL
===================================================================
--- perl/Build.PL	(revision 1336887)
+++ perl/Build.PL	(working copy)
@@ -49,6 +49,7 @@
         resources => {
             homepage   => 'http://lucy.apache.org',
             repository => 'http://svn.apache.org/repos/asf/lucy',
+            bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
         },
     },
     include_dirs => [

Reply via email to