diff options
author | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2011-08-31 22:08:21 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-01 21:54:13 +0200 |
commit | 122efcc9506aa94892fc6bbfbc341335ee3889c6 (patch) | |
tree | ed75cfb55b4683b8113d5bb60547b34005cbd713 /ext/B | |
parent | 11e7c26f941847c62a5adb54686102ec250a8dad (diff) | |
download | perl-122efcc9506aa94892fc6bbfbc341335ee3889c6.tar.gz |
Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/concise-xs.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index a518eb7505..c8f1b16494 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -185,7 +185,8 @@ my $testpkgs = { WSTOPSIG WTERMSIG/, 'int_macro_int', # Removed in POSIX 1.16 ], - perl => [qw/ import croak AUTOLOAD /], + perl => [qw/ import load_imports croak usage printf sprintf + perror AUTOLOAD /], XS => [qw/ write wctomb wcstombs uname tzset tzname ttyname tmpnam times tcsetpgrp tcsendbreak |