summaryrefslogtreecommitdiff
path: root/cpan/Math-Complex
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-22/+0
| | | | | | | | These modules all work with the default Makefile.PL written by make_ext.pl. (There are more Makefile.PLs in dist/ that could be removed too, but the general policy with dist/ is to leave such files in place to make it easier to roll CPAN releases from the blead source, which is canonical.)
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-181-521/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* update Math-Complex to CPAN version 1.59Zefram2012-02-013-4/+13
| | | | | | | | * Don't declare "tan" operator overloading on Math::Complex objects, because there is no such overloading type [rt.cpan.org #74288]. * Remove execute bit from test scripts in CPAN tarball.
* update Math-Complex to CPAN version 1.58Zefram2011-06-216-47/+549
| | | | | | | | | | | | | | | * 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.
* update Math-Complex to CPAN version 1.57Zefram2011-05-183-19/+53
| | | | | | | | | | | | * Add copy constructor and arrange for it to be called appropriately, problem found by David Madore and Alexandr Ciornii. * Correctly format polarwise when a numeric format specifier is given, problem found by TomC. * More stable great_circle_direction algorithm, problem found by Daniel Burr.
* Move Math::Complex from ext/ to cpan/Nicholas Clark2009-09-265-0/+4417