Searched refs:PERL_VERSION_EQ (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | version | 130 #undef PERL_VERSION_EQ 139 __UNDEFINED__ PERL_VERSION_EQ(j,n,p) \ 143 __UNDEFINED__ PERL_VERSION_NE(j,n,p) (! PERL_VERSION_EQ(j,n,p))
|
H A D | ppphdoc | 229 #if PERL_VERSION_EQ(5,31,'*')
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5033001 | 9 PERL_VERSION_EQ # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | HACKERS | 258 #if PERL_VERSION_EQ(5,9,3) 269 #if PERL_VERSION_EQ(5,31,'*')
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 567 # define PERL_VERSION_EQ(j,n,p) \ macro 572 # define PERL_VERSION_NE(j,n,p) (! PERL_VERSION_EQ(j,n,p))
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 11637 #undef PERL_VERSION_EQ 11646 #ifndef PERL_VERSION_EQ 11647 # define PERL_VERSION_EQ(j,n,p) \ macro 11654 # define PERL_VERSION_NE(j,n,p) (! PERL_VERSION_EQ(j,n,p))
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 690 AmRd|bool|PERL_VERSION_EQ|const U8 major|const U8 minor|const U8 patch
|