diff options
author | Tony Cook <tony@develop-help.com> | 2014-06-02 23:12:35 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-06-02 23:12:35 +1000 |
commit | 7f15aad6d6ce55cbcb53d92c3f7cbbbbde2fd96f (patch) | |
tree | a0c18d68272450f96aca79f77f0af535cc73b191 /cpan | |
parent | b9beed70e30851ab73bb250a935deb00318469d7 (diff) | |
download | perl-7f15aad6d6ce55cbcb53d92c3f7cbbbbde2fd96f.tar.gz |
temporary fix for https://rt.cpan.org/Ticket/Display.html?id=96126
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/DB_File/DB_File.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs index 679c416fff..c42a2afa76 100644 --- a/cpan/DB_File/DB_File.xs +++ b/cpan/DB_File/DB_File.xs @@ -164,7 +164,7 @@ # ifndef DB_VERSION_MAJOR # undef dNOOP -# define dNOOP extern int Perl___notused +# define dNOOP extern int DB_File___notused /* Ditto for dXSARGS. */ # undef dXSARGS |