Commit graph

281180 commits

Author SHA1 Message Date
wiz
0ba4de5823 p5-Math-BigInt: update to 1.999813.
1.999813 2018-04-18

 * Fix CPAN RT #125108. Remove test files try.pl, t/author-bpi-big-mbf.t, and
   t/release-unused-vars.t, which were included in the 1.999812 distribution by
   accident.

1.999812 2018-04-17

 * Fix CPAN RT #120351 regarding bpow(). Add test.

 * Fix CPAN RT #120717 regarding tests now that '.' is not in @INC by default.

 * Fix CPAN RT #122756 regarding testing for 64 bit integer support.

 * Fix case when both accuracy and precision are set, resulting in a NaN. This
   closes CPAN RT #124790.

 * Fix typo in one of the change log entries for version 1.999811.

 * Clearify documentation of rounding modes.

 * Update the documentation of configuration parameters.

 * Fix rounding and accuracy in bpi(). Extra digits in intermediate computation
   were not used, causing the last digits to be inaccurate. In addition, the
   rounding was incorrect in some cases.

 * Use config() as a method, rather than a function. Also use config("xyz")
   rather than config()->{xyz}.

 * Correct more of the problems with rounding in the constructors. If rounding
   arguments are given as arguments to the constructor, the constructor should
   assign those values to the instance. If no rounding arguments are given, and
   the constructor is called as a class method, the class rounding variables
   should be assigned to the instance. Added test file
   t/author-constructors-a-p-r.t to replace t/author-constructors-a-p.t, but
   lots of tests are failing and (for now) commented out.

 * Remove statements used for debugging.

 * Fix typos.

 * Cleaner log/exp-related code in Math::BigFloat.

 * Remove unused variables.

 * Add test file t/release-portability.t.

 * Add test file t/release-whitespaces.t.

 * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
   t/release-pod-coverage.t.

 * Reformat CHANGES to match the specification in CPAN::Changes::Spec and
   CPAN::Meta::Spec.

 * Expand tabs to spaces and clean up whitepace.

 * Include tests that were previously commented out.

 * Use $LIB as the variable name for backend math library.

 * Import "carp" and "croak" from the Carp module.

 * Math::BigInt isa Exporter, so Math::BigInt should require Exporter.
   Math::BigFloat has Math::BigInt in @ISA, so it doesn't need to require
   Exporter.

 * Don't load Test::More when it isn't really needed. This speeds up processing
   of author test files when they are skipped.
2018-05-02 12:29:22 +00:00
wiz
801ae789e4 doc: Updated math/p5-Algorithm-Cluster to 1.56 2018-05-02 12:25:23 +00:00
wiz
9072cfdd2a p5-Algorithm-Cluster: update to 1.56.
Changes not found.
2018-05-02 12:25:14 +00:00
wiz
2168718de5 doc: Updated devel/p5-version to 0.9924 2018-05-02 12:23:42 +00:00
wiz
178f3a8c28 p5-version: update to 0.9924.
0.9924 - 2018-04-19
  * Revise CPAN metadata to advertise correct repo
	Patch from Ed <ej_zg@hotmail.com>

0.9923 - 2018-04-15
  * Add back spaces for picky C++ compilers
	Patch from Karl Williamson <khw@cpan.org>

0.9922 - 2018-04-12
  * Switch master repo to github

0.9921 - 2018-04-11
  * Silence overly compulsive GCC 7 warning
	https://rt.cpan.org/Ticket/Display.html?id=123477

  * Improve docs regarding trailing zeros
	https://rt.cpan.org/Ticket/Display.html?id=122858

0.9920 - 2018-04-08

  * Backwards compatible locale handling
	https://rt.cpan.org/Ticket/Display.html?id=125042

0.9919 - 2018-04-08

  * Core improvements to locale handling
	https://rt.cpan.org/Ticket/Display.html?id=124563
2018-05-02 12:23:32 +00:00
wiz
4a1fdf13bd p5-bareword-filehandles: fix dependencies. Ride update. 2018-05-02 12:22:46 +00:00
wiz
fa054feda5 doc: Updated devel/p5-multidimensional to 0.014 2018-05-02 12:22:35 +00:00
wiz
446f65b175 p5-multidimensional: update to 0.014.
0.014     2018-04-26 22:35:46+01:00 Europe/London
 - Only use Lexical::SealRequireHints before perl 5.12
2018-05-02 12:22:25 +00:00
wiz
4e8033f0e0 doc: Updated devel/p5-bareword-filehandles to 0.006 2018-05-02 12:20:14 +00:00
wiz
b5ab401492 p5-bareword-filehandles: update to 0.006.
0.006     2018-04-26 22:36:49+01:00 Europe/London
 - Only use Lexical::SealRequireHints before perl 5.12
2018-05-02 12:20:05 +00:00
wiz
0f9aacd429 doc: Updated devel/p5-autobox to 2.86 2018-05-02 12:19:10 +00:00
wiz
b9edc96ea5 p5-autobox: update to 2.86.
2.86 Fri 20 Apr 20:07:29 2018

    - GH #9: fix bug which prevented autoboxing working
      under the debugger on perl 5.22+ (thanks, skington)
        - added t/debugger.t
    - GH #8: fix bug which prevented bareword method-calls being
      exempted when the method is a variable e.g. Foo->$bar
    - add operator-overloading note to the gotchas section (GH #7)
2018-05-02 12:19:01 +00:00
wiz
9ebd33a18a doc: Updated devel/p5-Test2-Suite to 0.000114 2018-05-02 12:17:39 +00:00
wiz
cabdffe055 p5-Test2-Suite: update to 0.000114.
0.000114  2018-04-19 08:39:56-07:00 America/Los_Angeles

    - Fix missing manual section

0.000113  2018-04-19 08:03:42-07:00 America/Los_Angeles

    - Fix typo

0.000112  2018-04-19 07:15:40-07:00 America/Los_Angeles

    - Switch spec to use the testing_done callback
    - Update copyright dates
    - Finish the Anatomy manual section
    - Finish the Tooling manual section
2018-05-02 12:17:30 +00:00
wiz
c357cf8385 doc: Updated devel/p5-Test-Version to 2.09 2018-05-02 12:13:50 +00:00
wiz
de578c4a47 p5-Test-Version: update to 2.09.
2.09      2018-04-25
  - Production release identical to 2.08_02 release

2.08_02   2018-04-24
  - Handle common special characters on Windows in taint mode

2.08_01   2018-04-23
  - Diagnostic release
2018-05-02 12:13:42 +00:00
wiz
0ee269aa5d doc: Updated devel/p5-Test-Simple to 1.302136 2018-05-02 12:13:02 +00:00
wiz
9f7b58a56c p5-Test-Simple: update to 1.302136.
1.302136  2018-04-19 05:40:11-07:00 America/Los_Angeles

    - Add test2_add_callback_testing_done to Test2::API
2018-05-02 12:12:53 +00:00
wiz
255baa258a doc: Updated devel/p5-Test-Pod to 1.52 2018-05-02 12:11:24 +00:00
wiz
f0fd9f4d40 p5-Test-Pod: update to 1.52.
1.52  2018-04-19
    * *.psgi files are now recognized as pod-containing files (thanks, Tom
      Hukins!)
    * explicit perl 5.8 dependency removed
2018-05-02 12:11:15 +00:00
wiz
6bbf66f623 doc: Updated devel/p5-Test-NoTabs to 2.02 2018-05-02 12:10:40 +00:00
wiz
aed36259f9 p5-Test-NoTabs: update to 2.02.
2.02      2018-04-21 13:57:54Z
     - no changes since trial release

2.01      2017-06-08 23:38:48Z (TRIAL RELEASE)
     - altered a test to not bake @INC into -I options for a subprocess, to
       avoid too-long commands
2018-05-02 12:10:31 +00:00
wiz
792ba02b67 doc: Updated devel/p5-Test-Deep to 1.128 2018-05-02 12:10:02 +00:00
wiz
8a95abe64c p5-Test-Deep: update to 1.128.
1.128     2018-04-18
        - numerous small improvements to documentation; thanks to
          Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall
        - improved CI setup; thanks to eadjei and Philip J. Ludlam
2018-05-02 12:09:53 +00:00
wiz
c8dda697e6 doc: Updated devel/p5-Storable to 3.11 2018-05-02 12:09:16 +00:00
wiz
9834df6047 p5-Storable: update to 3.11.
2018-04-27 20:40:00 xsawyerx
    version 3.11
        * Fix Strawberry Perl build failures.

2018-04-21 22:00:00 xsawyerx
    Version 3.10
        * Fix binary artifacts from distribution.
2018-05-02 12:09:05 +00:00
markd
ad46d4874c update some tex packages to texlive 2018 versions 2018-05-02 12:05:01 +00:00
wiz
9c9237886d doc: Updated devel/p5-Safe-Isa to 1.000010 2018-05-02 12:03:17 +00:00
wiz
e526a033ba p5-Safe-Isa: update to 1.000010.
1.000010 - 2018-04-25
  - fix DOES tests on 5.8.x

1.000009 - 2018-04-21
  - Fix handling of DOES and does (they no longer fall back to isa in most
    situations outside of Moo/Moose)
2018-05-02 12:03:08 +00:00
wiz
d3f740d4a7 doc: Updated devel/p5-Safe-Hole to 0.14 2018-05-02 12:02:36 +00:00
wiz
3c193f4929 p5-Safe-Hole: update to 0.14.
0.14 April 13 2018
    - Update issue tracker to github
    - Tidy all the things
    - README.md for github
2018-05-02 12:02:27 +00:00
wiz
bf4b0b7e50 doc: Updated devel/p5-Ref-Util to 0.204 2018-05-02 12:01:49 +00:00
wiz
bb0d931528 p5-Ref-Util: update to 0.204.
0.204     2018-04-19 13:21:49+02:00 Europe/Oslo

        * fix Makefile.PL so that the 'install' sub is patched before
          WriteMakefile() is called (issue #41).
2018-05-02 12:01:39 +00:00
markd
9fe78742f3 tex-arsclassica{,-doc}: update to 20171031
Added compatibility with ClassicThesis 4.4
2018-05-02 12:01:13 +00:00
wiz
ff4facaab0 doc: Updated devel/p5-PPIx-Regexp to 0.058 2018-05-02 12:01:11 +00:00
wiz
355a50bcae p5-PPIx-Regexp: update to 0.058.
0.058		2018-04-26	T. R. Wyant
    Prefer /[0-9]/ over /\d/ for numeric checks. The latter can match
    non-ASCII digits.

    Explain the negated POSIX character classes. Also tweak some of the
    asserted explanations -- mostly for readability and parallel
    construction with the negated explanations, but it turns out
    [[:digit:]] is NOT equivalent to [0-9].

0.057		2018-04-17	T. R. Wyant
    Allow ->asserts( 'a*' ). This modification actually allows wild
    cards in asserts() on all match semantic modifiers, but it is
    probably only useful in the case of 'a*', because that is the only
    one that can be doubled.

    Explain grouping structure as 'Grouping', not 'Capture or grouping'.

    Caret modifier was not turning off /n. This was complicated by the
    fact that (?^) was introduced in 5.13.6, but (?n) was not introduced
    until 5.21.8. The solution was to include -n in the expansion of the
    caret if and only if /n had been seen in the scope of the caret.

    Recognize caret in /(?^)x/.

    Acknowledge Regexp::Parsertron in SEE ALSO
2018-05-02 12:00:59 +00:00
markd
e42bbcb89c tex-animate{,-doc}: update to 20180228
changes unknown
2018-05-02 11:55:54 +00:00
wiz
56027dbc09 doc: Updated devel/p5-MooX-File-ConfigDir to 0.007 2018-05-02 11:51:17 +00:00
markd
cbb0330578 tex-amsmath{,-doc}: update to 2.17a.47349
changes unknown
2018-05-02 11:51:11 +00:00
wiz
81b6302266 p5-MooX-File-ConfigDir: update to 0.007.
0.007	2018-04-30
    - Spelling fixes triggered by Mohammed Anwar's PR for
      File::ConfigDir
    - CI improvements to ensure constant high software quality
    - add license files
2018-05-02 11:51:09 +00:00
wiz
235b4e858e doc: Updated devel/p5-MooX-ConfigFromFile to 0.009 2018-05-02 11:49:34 +00:00
wiz
52f722a1c2 p5-MooX-ConfigFromFile: update to 0.009.
0.009	2018-05-01
    - ensure maximal test coverage
    - improve test diagnostics
    - fix distribution META data
    - add license files
    - introduce sorted_loaded_config to allow implementation
      of different sort strategies
    - allow tune merge behavior
    - improve documentation
2018-05-02 11:49:25 +00:00
wiz
e2ba82b6e6 doc: Updated devel/p5-Module-FromPerlVer to 0.021000 2018-05-02 11:47:03 +00:00
wiz
3c6c97afac p5-Module-FromPerlVer: update to 0.021000.
-   v0.21.0 Mon Apr 30 15:14:58 CDT 2018

    Repair Makefile.PL, version spec's lost in the
    regression at v0.20.

-   v0.20.1  Fri Apr 27 18:47:30 CDT 2018

    Makefile.PL cleanups.

-   v0.20.0  Thu Apr 26 22:45:15 CDT 2018

    Bump version.

-   v0.11   Tue Apr 24 17:34:45 CDT 2018

    Add back file-based tests for a variety of version
    strings.

    Replace join on '/' with File::Spec::Functions to allow
    use on systems with volumes -- anyone with VMS kindly
    test this for me.

    Removed anything git-ish from the module & tests.

-   v0.10  Sun Apr 22 19:08:47 CDT 2018

    There is simply no way to get a consistent shell interface to
    git across different platforms; every fix for one breaks another.
    Going back to the original approach of supporting only the
    perl-version dir's, which has reliably worked throughout.
2018-05-02 11:46:54 +00:00
markd
8e1b805060 tex-amscls{,-doc}: update to 2018
changes unknown
2018-05-02 11:45:41 +00:00
wiz
e95642c5f6 doc: Updated devel/p5-Module-Compile to 0.37 2018-05-02 11:45:21 +00:00
wiz
da968d6efb p5-Module-Compile: update to 0.37.
0.37 Sun Apr 29 19:31:11 PDT 2018
 - Apply PR/10 @mohawk2++

0.36 Sun Apr 29 17:09:53 PDT 2018
 - Apply PR/8 @knowledgejunkie++
 - Apply PR/9 @mohawk2++
2018-05-02 11:45:13 +00:00
wiz
5f76d952cd doc: Updated devel/p5-Module-CPANfile to 1.1004 2018-05-02 11:44:15 +00:00
wiz
f60de566eb p5-Module-CPANfile: update to 1.1004.
1.1004  2018-04-26 02:07:14 PDT
        - Fix a bug in to_strings with empty feature block (charsbar) #50
        - Explicitly add . in tests for perl 5.26
2018-05-02 11:44:02 +00:00
wiz
0212fc161f doc: Updated devel/p5-Log-Any-Adapter-Log4perl to 0.09 2018-05-02 11:43:02 +00:00