This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak XS::APItest to automatically add all functions to @EXPORT.
authorNicholas Clark <nick@ccl4.org>
Tue, 21 Sep 2010 12:34:12 +0000 (13:34 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 21 Sep 2010 12:36:05 +0000 (13:36 +0100)
commite2f1cb345b8e60b81ce9f8a291b2fc77b7e21c85
tree4ec477ce2081a640b5aa0e1ae283b91a342a8b3f
parent87b9e16005b9e39b8a24388159e899fe54b95979
Tweak XS::APItest to automatically add all functions to @EXPORT.

This saves manually maintaining the export list, which is makework given that
the module is only used by its own tests. As the export now folds in symbols
from subpackages, this will allow refactoring/reordering/rationalisation of
the layout of testing routines in it.
ext/XS-APItest/APItest.pm
ext/XS-APItest/t/temp_lv_sub.t