diff options
author | Zefram <zefram@fysh.org> | 2011-06-21 14:37:37 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-06-21 15:58:41 +0100 |
commit | 9853179ee737b0251b45bbf226f19095c30edfd4 (patch) | |
tree | 933df33e4f7eada96871a84689ce6b472307d8f1 /t/TEST | |
parent | 5689416c12605189c31aff2fb6c8a456d3a3fbc7 (diff) | |
download | perl-9853179ee737b0251b45bbf226f19095c30edfd4.tar.gz |
update Math-Complex to CPAN version 1.58
* Declare package variables with "our" rather than "use vars".
* Corresponding to "our" usage, check for minimum Perl version
5.006.
* Remove $ENV{PERL_CORE} logic from test suite, which is no
longer desired in the core.
* In test suite, remove obsolete and now-incomplete handling of
unavailability of Test::More.
* Declare module dependencies.
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ my %abs = ( '../cpan/IPC-SysV' => 1, '../cpan/Locale-Codes' => 1, '../cpan/Log-Message' => 1, - '../cpan/Math-Complex' => 1, '../cpan/Module-Build' => 1, '../cpan/Module-Load' => 1, '../cpan/Module-Load-Conditional' => 1, |