Transition of CPAN to Perl6 ?

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

  1. #1

    Default Transition of CPAN to Perl6 ?

    Greetings. What's intended to happene to all the Perl5 CPAN modules ?
    Will there be big push for authors to translate their stuff into Perl6 ?
    Can the translation be automated ?
    In fact will it be done automatically anyway ?
    Or is the intention to prune out some less
    approved modules and reorganise the namespace ?

    (Hope these aren't FAQs somewhere... :-) )

    Regards, Peter

    --
    AUS/TAS/DPIW/CIT/Servers hbt/lnd/l8 6233 3061 [url]http://www.pjb.com.au[/url]
    Pasaré, pasarémos dice el agua y canta la verdad contra la piedra
    -- Pablo Neruda
    Peter Billam Guest

  2. Similar Questions and Discussions

    1. ANNOUNCE: Perl6-Say-0.06
      I have been designated co-maintainer of Perl6-Say by Damian Conway and have released version 0.06 to CPAN. You may obtain it at...
    2. Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
      FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:...
    3. [ANN] Perl6::Binding 0.0601 Uploaded to CPAN
      Version 0.0601 corrects a problem whereby the dependencies in Makefile.PL didn't get carried over when I switched from using RCS to using CVS. ...
    4. Troubles with Perl6::Rules
      I built a brand-new Perl 5.8.3 on Mac OS X Panther Server in an attempt to eradicate glitches in testing Perl6::Rules. My transcript is below. The...
    5. Problem with 'cc' command in CPAN makes (i.e., Bundle::CPAN)
      I'm using the CPAN module to build my modules and have hung up just trying install Bundle::CPAN. Installing Data::Dumper, for example, shows a 'cc:...
  3. #2

    Default Re: Transition of CPAN to Perl6 ?

    Peter Billam <peter@pjb.dpiwe.tas.gov.au> wrote:
    > approved modules and reorganise the namespace ?
    The latter sounds very interesting, but is probably a huge undertaking.

    --
    John Bokma Freelance software developer
    &
    Experienced Perl programmer: [url]http://castleamber.com/[/url]
    John Bokma Guest

  4. #3

    Default Re: Transition of CPAN to Perl6 ?

    Peter Billam schrieb:
    > Greetings. What's intended to happene to all the Perl5 CPAN modules ?
    > Will there be big push for authors to translate their stuff into Perl6 ?
    You will be able to use Perl5 modules within Perl6:

    use perl5:Some::Module;

    But there are also plans for a "cpan6", which will allow modules of
    several programming language (Perl5, Perl6, JavaScript, ...) to be hosted:
    [url]http://www.birmingham2006.com/cgi-bin/yapc.pl?act=talk-item&talkid=51[/url]

    -Thomas
    Thomas Wittek 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