In perl.git, the branch zefram/deprecate_some_fake_import has been created <https://perl5.git.perl.org/perl.git/commitdiff/ca0f6c3b7340b77fc40d65a881c53c9c40be4dde?hp=0000000000000000000000000000000000000000>
at ca0f6c3b7340b77fc40d65a881c53c9c40be4dde (commit) - Log ----------------------------------------------------------------- commit ca0f6c3b7340b77fc40d65a881c53c9c40be4dde Author: Zefram <zef...@fysh.org> Date: Tue Dec 12 01:16:59 2017 +0000 deprecate worst uses of fake import/unimport Calling a non-existent "import" method with arguments, or calling a non-existent "unimport" method at all, is deprecated. The xsub CVs generated in gv_fetchmethod_pvn_flags() now have custom bodies that generate the deprecation warnings, and UNIVERSAL::import() imitates that. A handful of faulty uses of non-existent "import" methods, shown up by the deprecation, are rectified. [perl #132425] ----------------------------------------------------------------------- -- Perl5 Master Repository