in reply to Re: building 5.8 and 5.10 with perlbrew on debian (perlbug)
in thread building 5.8 and 5.10 with perlbrew on debian

Since both 5.8.9 and 5.10.1 are well outside any maintenance window (the oldest currently maintained branch is 5.16.x), and since perlbrew is not a project of the core perl team, perlbugging this issue is unlikely to serve any useful purpose.

Dave.

  • Comment on Re^2: building 5.8 and 5.10 with perlbrew on debian (perlbug)

Replies are listed 'Best First'.
Re^3: building 5.8 and 5.10 with perlbrew on debian (perlbug)
by Anonymous Monk on Aug 26, 2013 at 23:51 UTC

    unlikely to serve any useful purpose.

    I don't see how that is relevant. perlbug goes to perl5porters, and they want to hear about all bugs/isssues, even if the version isn't officially supported (all this means its not a priority)

      I don't see how that is relevant. perlbug goes to perl5porters, and they want to hear about all bugs/isssues, even if the version isn't officially supported (all this means its not a priority)
      Speaking as someone who has to deal with bug reports on p5p, no we don't want such reports. We just have to go the effort of marking such reports as rejected. If the OP has similar issues on a more recent perl version, then we'll take a look.

      Dave.

        Speaking as someone who has to deal with bug reports on p5p, no we don't want such reports.

        Well, that may be the way you feel, but I've read otherwise, and if you look at the docs for any perl versions, its says perlbug everyting and hope, so thats kind of the only option

        We just have to go the effort of marking such reports as rejected.

        Hmm, yeah, moderation is work , I've experienced this :) I thank you, for you're patients

        If the OP has similar issues on a more recent perl version, then we'll take a look.

        I think I understood this part -- don't expect anyone to actually support old versions, that anyone does, is out of the goodness of their heart and love for perl

        update: found the quote about old versions in Are you running the latest released version of perl?

        Note that reports about bugs in old versions of Perl, especially those which indicate you haven't also tested the current stable release of Perl, are likely to receive less attention from the volunteers who build and maintain Perl than reports about bugs in the current release.

        update: here is a thought, you could write a program auto reject all reports about unsupported perl versions, it should be easy given the standardness of perlbug reports :)

        Thanks dave