This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move NEXT from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Sat, 26 Sep 2009 14:41:57 +0000 (15:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 26 Sep 2009 16:51:16 +0000 (17:51 +0100)
commitf436ffb1e59ac8d19c829d5f3ba1602185acbbf1
treedc201b5738f8f684185dab2f307276309bef3d66
parent23b39ebbb48b8ba9326a592cb6d6945d531bd366
Move NEXT from ext/ to cpan/
12 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/NEXT/Changes [moved from ext/NEXT/Changes with 100% similarity]
cpan/NEXT/README [moved from ext/NEXT/README with 100% similarity]
cpan/NEXT/lib/NEXT.pm [moved from ext/NEXT/lib/NEXT.pm with 100% similarity]
cpan/NEXT/t/actual.t [moved from ext/NEXT/t/actual.t with 100% similarity]
cpan/NEXT/t/actuns.t [moved from ext/NEXT/t/actuns.t with 100% similarity]
cpan/NEXT/t/dynamically_scoped_regex_vars.t [moved from ext/NEXT/t/dynamically_scoped_regex_vars.t with 100% similarity]
cpan/NEXT/t/next.t [moved from ext/NEXT/t/next.t with 100% similarity]
cpan/NEXT/t/stringify.t [moved from ext/NEXT/t/stringify.t with 100% similarity]
cpan/NEXT/t/unseen.t [moved from ext/NEXT/t/unseen.t with 100% similarity]
t/TEST