develooper Front page | perl.perl5.porters | Postings from September 2011

[PATCH] Maintaining Deparse

Thread Next
From:
Reini Urban
Date:
September 13, 2011 04:51
Subject:
[PATCH] Maintaining Deparse
Message ID:
CAHiT=DHeRKdQihgcQpHY6cVrQUnEDX3Z04A-2-MYp7_2MDe8tQ@mail.gmail.com
e1dccc0d34a90e3 by zefram just removed the $] and OPpCONST_ARYBASE
and did not follow previous cases where unsupported keywords had version logic,
such as with

         ($] < 5.008009 ? () : qw(OPpCONST_NOVER OPpPAD_STATE)),
         ($] < 5.009 ? 'PMf_SKIPWHITE' : qw(RXf_SKIPWHITE)),
         ($] < 5.011 ? 'CVf_LOCKED' : 'OPpREVERSE_INPLACE')

Please consider the attached patch instead, to enable a future
dual-life life on CPAN
and follow previous cases.
The CPAN maintainer is Stephen McCamant, he only did one B::Deparse 0.50
release on CPAN.
-- 
Reini Urban
http://cpanel.net/   http://perl-compiler.org/

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About