タケユー・ウェブ日報

Ruby on Rails や Flutter といったWeb・モバイルアプリ技術を武器にお客様のビジネス立ち上げを支援する、タケユー・ウェブ株式会社の技術ブログです。

Undefined subroutine &Sub::Util::set_subname

WebService::PayPal::NVPというCPANモジュールを試そうとすると、エラー。

Undefined subroutine &Sub::Util::set_subname

Sub::Util 1.41

Paul Evans / Scalar-List-Utils-1.41 - search.cpan.org

パッチが出てた。

Bug #100863 for Scalar-List-Utils: Sub::Util can successfully load but not provide set_subname

$ cd extlib/x86_64-linux-thread-multi
$ ls Sub/Util.pm
$ wget https://rt.cpan.org/Ticket/Attachment/1480628/788736/rt100863.patch
$ patch -p2 < rt100863.patch
patching file Scalar/Util.pm
patching file Sub/Util.pm