Locale::gettext is first distributed in which Perl version?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Locale::gettext is first distributed in which Perl version?

    Does someone know Locale::gettext module is first distributed in which Perl
    version? In general, how can I find the Perl version of a module's first
    distribution?
    Thanks,
    Rong


    Rong Hu Guest

  2. Similar Questions and Discussions

    1. Perl version on Solaris
      Hi all, I'm trying to figure out exactly what I need to support and I'm getting conflicting inputs. Perhaps someone can shed some light on the...
    2. migrating perl from version x to version y
      Can some one tell me if there is an easy way generally speaking to migrate one version of perl and the modules installed under it to another...
    3. May I know the perl version of following shellscript
      Hi, I am new to Perl. I have a follpwing shell script if ; then exit 0 else exit 1 fi
    4. perl 5.8.0 failed some locale tests on redhat 9
      I have some failed tests when running 'make test' for perl 5.8.0 on redhat 9. Below are the failed tests and messages, and below that is the output...
    5. Perl lib version (v5.6.0) doesn't match executable version (v5.8.0)
      Hello. On a Linux PC, I'm trying to install libwww-perl, but I get this error message when 'make': ------------- Perl lib version (v5.6.0)...
  3. #2

    Default Re: Locale::gettext is first distributed in which Perl version?

    On Sat, 22 Apr 2006 21:36:50 +1000, Rong Hu wrote:

    Hi
    > Does someone know Locale::gettext module is first distributed in
    > which Perl version? In general, how can I find the Perl version of
    > a module's first distribution? Thanks, Rong
    Search CPAN for Module::CoreList


    Ron Savage Guest

  4. #3

    Default Re: Locale::gettext is first distributed in which Perl version?

    Rong Hu wrote:
    > Does someone know Locale::gettext module is first distributed in which Perl
    > version?
    I'm confused as to what makes you think it was *ever* distributed any
    Perl releases? It's not listed on
    [url]http://perldoc.perl.org/perlmodlib.html[/url], which makes me assume it's
    always just been a CPAN release.
    > In general, how can I find the Perl version of a module's first distribution?
    As another poster pointed you to, Module::CoreList

    Paul Lalli

    Paul Lalli Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139