Commit graph

51958 commits

Author SHA1 Message Date
Thomas Klausner 7ca7aef512 p5-Module-Starter-Plugin-CGIApp: update to 0.44.
0.44    Sun Sep 20 05:09:32 EDT 2015

        *sigh* git screwup means some of the metadata might not actually match
        what's in the package.  Uploading a new version just to be sure.

0.43    Sun Sep 20 04:43:35 EDT 2015

        Internal:
        ---------

        Fixed to work with newer versions of Module-Starter. RT #101984, #66240

        Added dependency on Module::Starter >= 1.70

        In Created distributions:
        -------------------------

        t/boilerplate.t is added to MANIFEST.

        More work still needs to be done for Module-Starter parity...

0.42	Wed May 16 19:17:15 EDT 2012

        Internal:
        ---------

        The license of this module is "Same as Perl" which somewhere along
        the line I thought meant GPL 2+/Artistic 2+ when actually it is
        GPL 1+/Artistic 1+.  This is now fixed in all the relevant places.

        In Created distributions:
        -------------------------

        The same license confusion occurred here too.  Fixed.

0.41    Thu May 10 23:54:01 EDT 2012

        Internal:
        ---------

        Forgot to mention File::ShareDir as a dependency.

        While I'm at it, I normalized the format of copyright statements
        everywhere and updated the copyright year of this distro to 2012.

0.40    Thu May 10 22:58:23 EDT 2012

        Internal:
        ---------

        Breakage caused by newer versions of Module::Starter (RT#71734) has
        been fixed.

        Module has been updated to use the latest features of Module::Starter.

        Author tests have been moved into xt directory and brought up to
        current best practices.

        Templates have been moved into a share directory using File::ShareDir.

        Templates have been improved in various minor ways.

        In Created distributions:
        -------------------------

        Author tests are brought up to current best practices and now go into
        the xt directory so they don't have to be run by end users.

        Templates go into a shared directory using File::ShareDir instead
        of the old method of putting them in @INC

        Instead of pgp.mit.edu, t/00-signature.t will now use
        pool.sks-keyservers.net for key queries.

        MANIFEST.SKIP will also skip .git

0.30    Sat Mar  6 22:54:25 EST 2010
        cgiapp-starter and titanium-starter had got broken during the last
        release due to an errant local and were unable to find the default
        template directory. They should work correctly now.

        t/boilerplate.t in generated dists had got broken during the last
        set of updates.  It should work correctly now.  It will now also
        check that you do not have a boilerplate abstract in your buildscript.

        Previously there was support for a generated dist with multiple
        modules but it didn't really work.  Now it does.  This justifies
        a bump in the version number I think.

        The RT address in generated modules (for bug reporting) is based on
        the distro name instead of the module name now.

0.22    Thu Mar  4 01:52:09 EST 2010
        t/00-signature.t was wrong in the module and generated dists.
        Now it will only be carried out if the envvar TEST_SIGNATURE is set.

        Unneeded dependencies deleted from the build scripts in the module
        and generated dists.

        README in the module and generated dists updated to reflect these
        changes.

0.21    Wed Mar  3 15:28:02 EST 2010
        Fixed test failures on Windows (and possibly other platforms with
        disgusting perverted non-unixy line endings.)  Thanks csjewell,
        jdb, and samuraijack on #win32@irc.perl.org and almut, ambrus, and
        banesong on Perl Monks for their help in solving these problems.

        Upped the recommended perl version to 5.008.

0.20    Sun Feb 28 14:02:44 EST 2010
        t/test-app.t in generated dists now passes an object to $mech->app
        to match what is done is server.pl

        Tests in generated dists now follow Test::XT recommendations.

        If the license of a generated dist is 'perl', the license blurb in
        the module and README explicitly mentions GPL+Artistic instead of
        just 'same as perl'.  A LICENSE file is added to the dist where you
        can put the license terms.

        Hopefully the problem with Build mistakenly trying to run the
        Makefile.PLs from templates is resolved.

        Revamped test suite should be more comprehensive than before.  In
        line with Test::XT recommendations, test relevant to the author
        only, will be skipped unless envvar RELEASE_TESTING=1.  See README.
2017-09-20 14:06:03 +02:00
Thomas Klausner 98b7bbf2e6 p5-MediaWiki-API: update to 0.41.
Revision history for MediaWiki-API

0.41    2015-11-13
        When using the max_lag configuration, if max_lag_retries was reached - the reported number tries were incorrect. Fixed up the api->list function not continuing due to lack of rawcontinue parameter that is needed after MediaSiki 1.26. Thanks to Derbeth for the bug reports.
2017-09-20 14:06:03 +02:00
Thomas Klausner 86f0f3d438 p5-Libencode-Arabic: move to p5-Encode-Arabic
to match PKGNAME
2017-09-20 14:06:02 +02:00
Thomas Klausner a86952a640 p5-Encode-Arabic: update to 14.2.
Changes not found.
2017-09-20 14:06:02 +02:00
Thomas Klausner 7675fe2939 p5-LWP-Protocol-socks: update to 1.7.
Revision history for Perl extension LWP::Protocol::socks.
1.7   Wed Jul 30 15:34:17 PDT 2014
      - need to use start_SSL instead of new_from_fd for https connections.
        (https://github.com/scr/cpan/pull/3)
1.6   Sun Feb 12 09:54:12 PST 2012
      - Fix Issue with newer LWP.
2017-09-20 14:06:02 +02:00
Thomas Klausner 9849a44cec p5-JavaScript-SpiderMonkey: remove unmaintained package
Even the latest version does not build against any recent
SpiderMonkey.
2017-09-20 14:06:02 +02:00
Thomas Klausner f29440e413 p5-Imager: update to 1.006.
- the internal i_errors() function now correctly allocates the stack
   space needed for its result.
   https://rt.perl.org/rt3/Ticket/Display.html?id=131938

 - t/100-base/020-color.t now uses Imager::Test's test functions
   instead of its own.
   https://rt.cpan.org/Ticket/Display.html?id=111993

 - write_multi() now returns an error result (a false value) if called
   with a non-(Imager image object).  Previously it would typically
   crash.
   https://rt.cpan.org/Ticket/Display.html?id=117878

 - improve the documentation of the jpegquality parameter when
   writing JPEG files.

 - add code to mitigate CVE-2016-1238, Imager will no longer search the
   default current directory entry in @INC when searching for file
   format support modules.

Imager 1.005 - 16 Apr 2016
============

It's now been ten years since I switched to the new Changes file in
release 0.55.

 - revert the ivdformat probes, they don't work as is and trying to
   fix them is too much work for now.

Imager 1.004_004 - 15 Apr 2016
================

 - test that the ivdformat from Config is correct and look for a valid
   one if it isn't.
   For the strange Win32 failures.

 - fix a copy and paste error in pod in samples/samp-form.cgi

Imager 1.004_003 - 23 Mar 2016
================

 - add some extra error reporting to the I/O layers tests, this might
   help catch a failure seen on Win32.
   http://cpantesters.org/cpan/report/99781689-6bf5-1014-897a-75cb4eee1325

Imager 1.004_002 - 20 Mar 2016
================

 - don't use the seek() method on opened() handles in
   t/200-file/400-basic.t.  In older versions of perl such handles are
   only IO::Handle objects, not IO::File, and don't have a seek()
   method.

Imager 1.004_001 - 16 Mar 2016 (Birthday release - but not my birthday)
================

 - re-work the t/200-file/400-basic.t to correctly handle failures
   It's custom ok() function didn't have a prototype and didn't use scalar().
   This caused ok() to use the note instead of the value being tested when
   the method called returned an empty list.  For an example of the problem
   caused see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812093

 - remove some noise from when Imager tried to work with bugs in old
   versions of giflib.  I can't do much about the new bugs.

 - the new autolevels filter (Imager 0.99) used an integer for the
   sample scaling factor which caused the top output level to be too
   low (depending on the scaling required.)  It now uses a double.
   https://rt.cpan.org/Ticket/Display.html?id=111871

 - the new autolevels filter had off-by-one errors calculating the
   minimum and maximum luminance from the histogram.  This slightly
   reduced the contrast of the output image.
   https://rt.cpan.org/Ticket/Display.html?id=111871

 - the new autolevels filter now uses a lookup table for 8-bit images
   to avoid a floating point multiply for each sample.
   https://rt.cpan.org/Ticket/Display.html?id=111871

 - fixed several memory leaks detected by valgrind:

   - addcolors() leaked the temporary array of colors supplied to the
     internal API

   - make_palette() leaked the temporary image array (not the images
     themselves) passed to the internal API.

   - combine()/i_combine() leaked its working row buffers

   - getcolorusage()/i_get_anonymous_color_histo() leaked the sample
     buffer if there were too many colors

   - getcolorcount()/i_count_colors() leaked the sample buffer if
     there were too many colors.

   - the nearest_color filter (undocumented until I find a use for it)
     leaked both temporaries passed to the API and internal buffers

   - the internal process of upgrading a paletted image to a direct
     color image would leak a context object reference count.

   - a write failure when writing to a GIF file could leak memory.

   - failing to write to a 1-bit/pixel ICO image could leak memory.

 - Imager no longer deliberately leaks the context object from the
   initial thread.  This was done to ensure there was always a context
   object available, but the code that needed that now handles the
   lack correctly,

 - fixed some uninitialized memory usage detected by valgrind:

   - rotate()/i_rotate_exact()/i_rotate_exact_bg()/i_matrix_transform()/
     i_matrix_transform_bg() didn't initialize a working color value
     if there was zero pixel coverage.

   - i_ft2_cp() didn't initialize the complete color when producing an
     intermediate image.  This caused uninitialized value usage when
     logging the color.

Imager 1.004 - 8 Nov 2015
============

 - Imager::Color::Table is now pre-loaded by the preload() method.
   https://rt.cpan.org/Ticket/Display.html?id=104896

 - fix an assertion triggered under perl 5.23.4.
   Thanks to A. Sinan Unur for the report and the patch.

 - Imager->new can now be used to read raw image files.
   https://rt.cpan.org/Ticket/Display.html?id=106836
   Thanks to Richard Kelsch for reporting this.

 - deal with output changes from Pod::Spell
   https://github.com/perl-pod/Pod-Spell/issues/21
2017-09-20 14:06:02 +02:00
Thomas Klausner b8820bcfb1 p5-Image-EXIF: update to 2.01.
2.01    Fri May 11 18:04:11 BST 2012
        - Fix building under Perl 5.8.8 (including Red Hat 5.6)

2.00    Sun May  6 16:22:04 BST 2012
        - New maintainer Aaron Crane <arc@cpan.org>
        - New versioning scheme: don't encode exiftags version number in
          Perl module version
        - Upgrade embedded exiftags library to 1.01
        - Require Perl 5.8
        - Fix build on case-insensitive filesystems, as typically found
          under Mac OS, Windows, Cygwin, etc (RT#4353, RT#4973, RT#76281)
        - Fix broken dists (RT#4353, RT#32641)
        - Fix: allow multiple Image::EXIF objects to exist simultaneously
        - Fix: no more fixed-size buffers (and potential buffer overflows)
        - Use exceptions to report errors, not a mixture of exit() and
          return-value checking (RT#26094)

1.00.4 Thu Jul 14 15:03:03 MSD 2011
        Fixed bugs:45085, 26094
        Dmitry Kosenkov <junker@front.ru>
2017-09-20 14:06:02 +02:00
Thomas Klausner 5a894e0023 p5-IO-Socket-Socks: update to 0.74.
0.74
====
   - Fix tests fails with no '.' in @INC: rt#121104

0.73
====
   - Fix new_from_fd/new_from_socket which was broken since 0.69

0.72
====
   - Fix tests: rt#118522

0.71
====
   - Fix start_SOCKS() which may be broken in two previous releases: rt#118471

0.70
====
   - Fix non-blocking connections when IO::Socket::INET used as base class

0.69
====
   - Several clarifications and fixes for UDP proxying
   - Add support for non-blocking multi-homed connect to proxy

0.68
====
   - try to play well with multiple connections attempts which IO::Socket::IP backend may produce

0.67
====
   - properly push $SOCKET_CLASS defined before loading to @ISA
   - fix annoying warning about @ISA
2017-09-20 14:06:02 +02:00
Thomas Klausner 302f0593ea p5-IO-Lambda: update to 1.26.
1.26  - 4 Jan 2016
        https bug fixes

1.25  - 14 Nov 2015
        works with Net::DNS 1.03

1.24  - 5 Aug 2015
        fixes in Signal::pid and Mutex
2017-09-20 14:06:02 +02:00
Thomas Klausner e00fc05948 p5-HTTP-Exception: update to 0.04006.
0.04006   2014-02-14 00:27:50+01:00 Europe/Berlin
    typo fix (thanks dsteinbrunner)

0.04005   2014-02-14 00:03:43+01:00 Europe/Berlin
    corrected Encoding in dist.ini,
        due to CPAN Testers reporting an invalid byte sequence in the Makefile
2017-09-20 14:06:02 +02:00
Thomas Klausner 8498db0922 p5-HTTP-BrowserDetect: update to 3.14.
3.14 2016-05-25 11:44:10 America/Toronto
    - Slightly refactor the detection of several browsers that
      identify as Mozilla initially (andrewmoise)
    - Start detecting UCBrowser much more accurately (device, version,
      and detect some cases which were misidentified as something else
      previously) (andrewmoise)
    - Detect more possibilities for Kindle Fire in Android model
      ("Kindle Fire in addition to "KF.*") (andrewmoise)
    - Detect more possibilities for Kindle Fire, and try to set tests
      appropriate to whatever the device is configured to be
      (andrewmoise)

3.13 2016-05-09 11:10:44 America/Toronto
    - Start detecting Brew OS (andrewmoise)
    - Fix detecting Netfront as Netscape in some cases (andrewmoise)
    - Start recognizing Teleca as an alias for Obigo (andrewmoise)
    - Start detecting versions of Teleca / Obigo (andrewmoise)
    - Note in documentation that 'wap' doesn't mean WAP only
      (andrewmoise)
    - Start detecting Polaris mobile browser (andrewmoise)

3.12 2016-05-05 08:59:46 America/Toronto
    - Start detecting a few robots we weren't detecting before
      ('verify' or 'analyze' in the name, or +https: beginning
      the URL) (andrewmoise)
    - Stop including the version in robot_string() in some
      cases (andrewmoise)
    - Start returning undef instead of 0 for robot() if there's
      no robot (andrewmoise)
    - Fix _version() documentation for robot, os, and version not
      to make formatting garbage in the output, and to be
      consistent (andrewmoise)

3.11 2016-05-04 20:32:47 America/Toronto
    - Add a test for Kindle Fire (andrewmoise)

3.10 2016-03-29 22:15:35 America/Toronto
    - Big change: Add robot version detection, distinct from browser
      version (first cut) (andrewmoise)
    - Add browsers: Pubsub (Safari RSS reader), ADM (Android Download
      Manager), ImageSearcherPro (iOS app) (andrewmoise)
    - Add robots: Google favicon, malware/shellcode, phplib,
      Verisign IPS agent, Nutch, thumbtack-thunderdome (andrewmoise)
    - Distinguish Bingbot from MSNbot (andrewmoise)
    - Only detect wget based on the beginning of the user-agent
      (andrewmoise)
    - Misc fixes to test support scripts (andrewmoise)
    - Add Kindle Fire (andrewmoise)
    - Detect curl by matching /^curl/ as well as /libcurl/
      (andrewmoise)
    - Remove webcrawler robot test (it triggers on too many distinct
      robots which all include "webcrawler") (andrewmoise)

3.00 2016-02-29 22:57:45 America/Toronto
    - Make "mobile" false when "tablet" is true.  This is a breaking change and
      has triggered a major version bump. (andrewmoise)

2.08 2016-01-29 21:56:29 America/Toronto
    - Brave browser detection added (Nicolas Doye)

2.07 2015-11-18 23:52:07 America/Toronto
    - Strip off anything Google Translate adds to UserAgent before parsing
      (Marco Fontani)

2.06 2015-11-15 10:59:30 America/Toronto
    - Detect more Edge versions (Marco Fontani)

2.05 2015-07-29 12:36:01 America/Toronto
    - Add Microsoft Windowns 10/Windows Phone 10 Edge Browser (Atsushi Kato)

2.04 2015-06-24 23:26:28 America/Toronto
    - Fix test failures on Perl 5.8

2.03 2015-06-19 09:59:45 America/Toronto
    - Add win8_1 method (Daniel Stadie)

2.02 2015-06-17 18:18:17 America/Toronto
    - Default to using an empty string if an undef UA is provided (ben hengst)

2.01 2015-04-24 23:05:13 America/Toronto
    - Handle "CriOS" entries correctly (andrewmoise)
    - Only detect java when no browser is detected, and make UCBrowser a
      detected browser (andrewmoise)
    - Detect "tablet" on Kindle Fire (and Chrome on Android tablets in general)
      (andrewmoise)
    - Distinguish Android tablets in device_string (andrewmoise)
    - Handle CriOS, rubylib, golib, and Dalvik (andrewmoise)
    - Detect "Mobilesafari/" as Mobile Safari (andrewmoise)
    - Detect "Windows 2000" as Win2k (andrewmoise)
    - Only detect NCR Unix on word boundary (andrewmoise)
    - Try tighter detection of robot names based on fragments (andrewmoise)
    - Fix java detection to be more strict (andrewmoise)
    - Fix up Android tablet detection (andrewmoise)
    - Add proper detection for old Windows versions in Opera (andrewmoise)
    - Add apache http client detection (andrewmoise)
    - Fix detection of SCO Unix to trigger fewer false positives (andrewmoise)
    - Correct detection of (most) robots based on "+http://blah" (andrewmoise)

2.00 2015-03-30 21:46:25 America/Toronto
    - Standardize interface:
        browser         ()
        device     X    _string()
        engine          _version(), _major(), _minor(), _beta()
        os
        robot
      (andrewmoise)
    - Add Galeon, Seamonkey, and Epiphany as specifically detected
      browsers (andrewmoise)
    - Some internal changes that make things simpler and faster
      (andrewmoise)
    - Remove the $check argument (e.g. $ua->beta('.45') to check
      whether the beta version is ".45") (andrewmoise)
    - Update and reorganize documentation (andrewmoise)
    - Breaking Change: remove deprecated user_agent($arg) usage.
      This is the reason for the major version bump.

1.78 2015-03-17 22:43:27 America/Toronto
    - Reorganize documentation (andrewmoise)
    - Make java a robot with the other libs and tools (andrewmoise)
    - Add a "lib" test to detect libs and tools (andrewmoise)
    - Add AppleCoreMedia (andrewmoise)
    - Make Blackberry stop setting Safari tests (andrewmoise)
    - Make Android stop setting Linux tests (andrewmoise)
    - Implement much more engine detection and engine version
      detection (andrewmoise)

1.77 2015-03-08 12:06:17 America/Toronto
    - Switch to using strings for version numbers (andrewmoise)
    - Adds BrowseX and Silk detection (andrewmoise)
    - Makes detection of Obigo more consistent (andrewmoise)

1.76 2015-03-03 22:56:25 America/Toronto
    - Encourage use of public_* and engine_* over version(), major() and
      minor().
    - Speed optimizations (andrewmoise)
    - Fix warnings on "Safari/12x.x (andrewmoise)

1.75 2014-08-27 17:55:01 America/Toronto
    - Adds detection for Chrome OS (Douglas Christopher Wilson)

1.74 2014-08-27 10:32:16 America/Toronto
    -  Adds detection for Majestic-12 bot (Douglas Christopher Wilson)

1.73 2014-08-15 23:50:42 America/Toronto
    - Adds minimum Perl version
    - dzil tweaks to make CPANTS happier

1.72 2014-06-18 23:34:27 America/Toronto
    - Remove File::Slurp from tests in favour of Path::Tiny

1.71 2014-05-19 22:38:52 America/Toronto
    - Fixes warnings on "frakenagent" (Douglas Christopher Wilson)

1.70 2014-03-27 12:16:12 America/Toronto
    - Add new UA tests & avoid false positive Sun match on Samsung (Jon Jensen)

1.69 2014-02-05 21:56:27 America/Toronto
    - Adds detection for BlackBerry 10 devices (Douglas Christopher Wilson)

1.68 2014-01-26 23:05:14 America/Toronto
    - Adds Yandex & Ahrefs bots (Perlover)

1.67 2014-01-22 16:18:36 America/Toronto
    - Adds detection for tablet Firefox OS (Douglas Christopher Wilson)

1.66 2013-12-17 11:37:20 America/Toronto
    - Adds detection for IE Compatibility View (Douglas Christopher Wilson)

1.65 2013-12-10 21:08:07 America/Toronto
    - Adds os_version for FireFox in OS X (Hao Wu)

1.64 2013-11-25 10:10:23 America/Toronto
    - Adds detection for Opera 15+ (Douglas Christopher Wilson)

1.63 2013-11-21 21:39:46 America/Toronto
    - Adds detection for Internet Explorer 11 (Douglas Christopher Wilson)
    - Adds detection for Windows 8.1 (Douglas Christopher Wilson)

1.62 2013-10-25 14:40:57 America/Toronto
    - Returns explicit undef more consistently (David Ihnen)

1.61 2013-09-06 15:47:57 America/Toronto
    - Reverts a commit that was causing a test to fail when a warning about
      File::Slurp was detected

1.60 2013-08-29 23:02:13 America/Toronto
    - Fixes bug where "Linux" rather than "Android" was returned as os_string
      for Android devices.

1.59 2013-08-18 00:38:21 America/Toronto
    - Revert 1.57's behaviour of returning a robot name in browser_string.
    - Fix bug where OS X identied as just Mac in os_string.
    - Add linkchecker, YandexImages and archive.org_bot bots.
    - Add undocumented os_version() for OS X, winPhone, Android, iOS, Firefox
      OS.

1.58 2013-08-16 23:37:23 America/Toronto
    - Break up parsing into smaller chunks.
    - Return better names for Googlebot News, Images and Video.
    - Fix bug where Yahoo! Slurp reported as Firefox.

1.57 2013-08-16 01:21:35 America/Toronto
    - Make internals a little less quirky.
    - Stop returning explicit undef for browser_string and os_string.  (Why
      would you ever call these in list context?)
    - Return name of robot for browser_string when browser is, in fact, a bot.
      Previous behaviour was to return undef or something just really wrong.

1.56 2013-08-15 01:02:32 America/Toronto
    - Adds experimental and undocumented robot_name method.

1.55 2013-07-22 23:06:40 America/Toronto
    - Add all current Google robot user agents (Douglas Christopher Wilson)

1.54 2013-07-21
    - Fix generic version parsing not to cross whitespace (Douglas Christopher
      Wilson)
    - Compare Safari build numbers by parts instead of floats (Douglas
      Christopher Wilson)
    - Removes Exporter

1.53 2013-07-19
    - Detect IE on ARM as tablet (Douglas Christopher Wilson)
    - Add BlackBerry PlayBook detection (Douglas Christopher Wilson)
    - Split version parsing into two expressions (Douglas Christopher Wilson)

1.52 2013-05-03
    - Fixes warning when MSIE does not have a minor version
    - Simplifies MSIE version regex logic
    - Removes a test for AskJeeves browser

1.51 2013-04-25
    - Adds Android tablet detection (yeahoffline <frank.gasser@gmail.com>)
2017-09-20 14:06:02 +02:00
Thomas Klausner df039e7800 p5-HTML-TagCloud: update to 0.38.
0.38 Fri Apr 19 21:49:02 2013
  - added a correction for unit test failures submitted by Bruno Buss
2017-09-20 14:06:01 +02:00
Thomas Klausner fc29a9a67a p5-HTML-GenerateUtil: update to 1.20.
1.20  Fri Jul 11 11:20:00 2014
  - Add $E object with escaping by default and other smarts
  - Add set_paranoia option to escape {} chars
2017-09-20 14:06:01 +02:00
Thomas Klausner 25095b83db p5-Gtk2-Spell: update to 1.04.
Depend on recent Glib for build support
Move module file into correct subd
Updates for the move to git
2017-09-20 14:06:01 +02:00
Thomas Klausner c4b4991ec6 p5-Getopt-GUI-Long: update to 0.93.
Changes not found.
2017-09-20 14:06:01 +02:00
Thomas Klausner 21a5d40bff p5-Getopt-Args: rename to p5-OptArgs
Switches to upstream name, no reason not to use it.
2017-09-20 14:06:01 +02:00
Thomas Klausner dcdb4abcc9 p5-Getopt-Args: update to 0.1.20.
0.1.20 (2016-04-11)

    New Features:
        - None in this release but it might be worth you taking a look
          at the upcoming OptArgs2 for a cleaner and more flexible
          re-implementation.

    Authoring:
        - Clean up empty Changes entries

0.1.19_1 (2016-03-03)

    Enhancements:
        - New $OptArgs::PRINT_DEFAULT option for displaying default
          values in usage messages (Mario Domgoergen)
        - New $OptArgs::PRINT_ISA option for displaying option
          types in usage messages (Mario Domgoergen)
2017-09-20 14:06:01 +02:00
Jason Bacon ccc17bd265 bolt-llm: Test association between phenotype and genotypes 2017-09-20 06:03:53 -05:00
Jason Bacon d1fcda1329 bolt-llm: Test association between phenotype and genotypes 2017-09-20 06:03:53 -05:00
Thomas Klausner d9992a9107 p5-GPS-Garmin: update to 0.17.
Revision history for Perl extension GPS::Garmin.

0.17
	- support for etrex yellow (patch by Ulrich Habel)
	- GPS::NMEA: refactored parse_line out of parse
2017-09-20 11:13:54 +02:00
Thomas Klausner 76a7e37cd8 p5-File-Map: update to 0.64.
0.64      2015-07-13 12:50:12+02:00 Europe/Amsterdam
          Fix segfault in empty mappings
          Skip tainting tests on non-tainting perls

0.63      2014-09-12 18:27:17+02:00 Europe/Amsterdam
          Fix error message on unknown protect mode

0.62      2014-08-16 14:34:48+02:00 Europe/Amsterdam
          Reuse perl's reentrant API
          Skip setlocale on android
2017-09-20 11:13:53 +02:00
Thomas Klausner 12dd8db66b p5-Exporter-Tidy: update to 0.08.
Revision history for Perl extension Exporter::Tidy.

0.08  Thu Jan 6 12:23 2014
        - README updated to reflect license change.
2017-09-20 11:13:53 +02:00
Thomas Klausner 12ec71f83e p5-Exception-Class-TryCatch: update to 1.13.
1.13      2014-02-26 19:22:39-05:00 America/New_York

    [CHANGED]

    - Updated distribution metadata, repo and bugtracker

    - Distribution now managed with Dist::Zilla
2017-09-20 11:13:53 +02:00
Thomas Klausner 7257736c3b p5-Exception-Base: update to 0.2501.
0.2501  2015-11-19      Piotr Roszatycki <dexter@cpan.org>

* Fixes "Redundant argument in sprintf" warning on Perl 5.21.2.

0.25    2013-05-25      Piotr Roszatycki <dexter@cpan.org>

* Builds on Perl 5.18.0 with smartmatch operator as an experimental feature.
2017-09-20 11:13:53 +02:00
Thomas Klausner 045a08dba4 p5-Email-Outlook-Message: update to 0.919.
0.919   2017-09-02

  - Write raw binary instead of utf8 (by Andreas Pflug)
  - Fix default charset (by Gerrit Drost)
  - Depend on known-good version of Email::Simple
  - Add --outfile parameter to msgconvert (by Mirco Bauer)
2017-09-20 11:13:53 +02:00
Thomas Klausner 42b7f69f00 p5-Data-DPath: update to 0.57.
0.57      2017-08-18
  - polished Safe.pm handling to cooperate with older Perl and other modules
    in particular Test::Exception [Doug Bell, Jonathan William Taylor]

0.56      2017-03-22
  - no warnings: 'uninitialized'; Safe compartments; smartmatch operator usage [Diab Jerius]
  - introduce Point attribute 'idx' to be used in array filters [Diab Jerius]
  - Dist::Zilla distro polishing [Diab Jerius]

0.55      2015-09-16
  - spelling error, sync with Debian [Lucas Kanashiro]

0.54      2015-09-02
  - new function matchr() which returns results as arrayref
    instead of array (RT#106515) [requested by djerius@cpan.org]

0.53      2015-06-03
  - no import from POSIX (RT#104914) [reported by ether]

0.52      2015-02-27
  - Make sure feature.pm is only "test.recommends", as is optional prior
    to 5.10 (GH #4, kentnl)
  - skip NYTProf files in dist (GH #6) [kentnl]
  - doc patches (GH #3) [David Schmidt]

0.51      2015-02-04

  - docs: how to do XPath-like attributes access (RT#94211) [Slaven Rezić]
  - avoid warning with perl 5.21+ via newer "aliased" [Doug Bell]
  - speed optimizations (5%) [Reini Urban]
2017-09-20 11:13:53 +02:00
Thomas Klausner 65e0d95c64 p5-Dancer-Plugin-Database: update to 2.13.
2.13    2016-08-13
        [ BUG FIXES ]
        - Require 0.16 of core library, as 0.15 had a bug in :(

2.12    2016-01-24

        [ BUG FIXES ]
        - skip author tests (thanks to Stefan Hornburg)

2.11    2015-10-02

        [ BUG FIXES ]
        - Require Dancer::Plugin::Database::Core v0.12, that
          fixes logging problems

2.10    2014-10-13

        [ ENHANCEMENTS ]
        - Support dsn_extra option (Thanks to Michael J South)

2.09    2013-12-22

        [ ENHANCEMENTS ]
        - Tests for cached handle after reconnection

2.08    Sun Sep  1 13:52:52 WEST 2013

        [ ENHANCEMENTS ]
        - Add quick_count method (Thanks to Colin Ewen)

2.07    Tue Jul 30 18:59:30 WEST 2013
        - Fix test with wrong base class (part 2)

2.06    Tue Jul 30 18:49:37 WEST 2013
        - Fix test with wrong base class.

2.05    2013-07-29
       	- Remove code from module to share with Dancer2 plugin.
        - Added dependency on Dancer::Plugin::Database::Core

2.04    2013-03-04

        [ ENHANCEMENTS ]
        - Allow 'sid' to be passed into DSN, for Oracle support.

2.03    2012-12-14

        [ BUGFIX ]
        - Remove left-over debugging warning (thanks to ofosos for reporting)

2.02    2012-12-07

        [ ENHANCEMENTS ]
        - If asked for default connection (no connection name given) but
          there is no default connection configured, throw a more helpful
          error message.

2.01    2012-09-18

        [ BUGFIX ]
        - Fix crashing bug when charset: UTF-8 is present - thanks to Hugh
          Gallagher for reporting & providing fix in RT #79719.
          Presumably the test suite doesn't set UTF-8, so this failure
          never showed up in testing :(

2.00    2012-09-17

        [ ENHANCEMENTS ]
        - Support for Dancer 2
        - Automatic quoting handles e.g. schema.table properly - GH #33,
          thanks to mscolly for reporting
        - Accept limit offset,count syntax too - GH #31, thanks to
          nicolasfranck for reporting
        - a value of 0 for connectivity_check_threshold now disables
          checking entirely - thanks to knutov in GH #22

1.82    2012-06-28

        [ BUGFIXES ]
        - Fix for Debian RT #665221 :
        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665221 - avoid issues
        if we get a hashref of settings occupying the same region of memory as a
        previous hashref of settings which since went out of scope but which we
        still have a handle laying around for.

1.81    2012-03-07

        [ BUGFIXES ]
        - Don't generate invalid SQL with certain uses of where and
          order_by clauses together (PR-27, thanks to Michael Stapelberg
          (mstap))

1.80    2012-02-06
        [ ENHANCEMENTS]
        - New hooks 'database_error', 'database_connect_failed',
          'database_connection_lost'
        - New option 'handle_class' to allow the database handles to be
          reblessed into an alternative class, allowing you to subclass
          D::P::D::Handle if you want to extend it
        All requested by Nick S. Knutov - thanks Nick!

1.70    2012-01-31
        [ ENHANCEMENTS ]
        - New `order_by`, `limit` and `columns` options for quick_select()
          (Requested by bor in GH-20)

1.60    2011-12-29
        [ ENHANCEMENTS ]
        - Hook support, requested by mdom.  Currently supports a
          database_connected hook position; others may be added in future.

        Happy New Year!

1.51    2011-11-17
        [ BUGFIXES ]
        - Handle "is" operator properly (particularly if negated) - Issue 15.
        - Add =encoding utf8 to POD so contributor names render correctly on
          search.cpan.org / metacpan.org

1.50    2011-10-18
        All new features kindly contributed by Mark Allen (@mrallen1) - thanks!
        - Much more flexible WHERE clauses - e.g.  { foo => { like => 'bar'} }
        - Ability to select only specific columns in quick_select()
        - New quick_lookup() syntactic sugar method

1.42    2011-08-19
        - Don't produce spurious messages about enabling UTF-8 support when
          we have already done it (PR 9 from James Aitken (LoonyPandora))

1.41    2011-07-24
        - support where clauses with undef values. (Alberto Simões)
2017-09-20 11:13:52 +02:00
Thomas Klausner cfe9ffc098 p5-Dancer-Plugin-Database-Core: add new package, version 0.20
Required for update of p5-Dancer-Plugin-Database
2017-09-20 11:13:52 +02:00
Thomas Klausner cc94a8d015 p5-DBIx-Easy: update to 0.21.
* Tue Jan 28 17:48:27 2014 CET

DBIx::Easy v0.21 released.

* Tue Jan 28 15:42:38 2014 CET Marco Pessotto <melmothx@gmail.com>

Fix regular expression to extract table names.
Fix bug with incoming parameters in is_table method.

* Tue Nov 19 11:16:49 2013 CET

DBIx::Easy v0.20 released.

* Thu Jul  5 11:39:42 2012 CEST Stefan Hornburg (Racke) <racke@linuxia.de>

Use table structure cache for insert method as well to prevent one extra
select query for each insert query.

* Mon Jan 23 16:59:43 2012 CET Stefan Hornburg (Racke) <racke@linuxia.de>

Enable UTF8 flag by default for MySQL, PostgreSQL, Sqlite and Sybase
drivers.
2017-09-20 11:13:52 +02:00
Thomas Klausner 1838d18c22 p5-Class-Date: update to 1.1.15.
1.1.15 Mon May  5 06:18:37 2014
    - Don't require Env::C  due to RT #95332

1.1.14 Sat May  3 11:02:33 2014
    - Move Date/Const.pm to lib/Calss/Date/
    - Move Class::Date::Invalid and Class::Date::Rel to their own files in lib/Class/Date/
    - Require Scalar::Util and remove work-around lack of Scalar::Util
    - Require Env::C

1.1.13 Fri May  2 08:32:15 2014
    - Use Test::More for testing

1.1.12 Wed Apr 30 08:44:29 2014
    - Fixing MANIFEST.SKIP to include Makefile.PL and exclue MYMETA files.

1.1.11 Wed Apr 30 06:56:24 2014
    - Convert the pod to UTF8 and add =encoding RT #94657
    - Minumum version of perl is not 5.006
    - Makefile updated
    - New maintainer: Gabor Szabo
2017-09-20 11:13:52 +02:00
Thomas Klausner d21075dda1 p5-Catalyst-View-XML-Feed: update to 0.09.
0.09  Tue Nov  8 10:08:14 CST 2016
      - Corrected typo in documentation that
        would cause an error if copied and pasted.
        https://github.com/mstratman/Catalyst-View-XML-Feed/issues/2

0.08  Mon Apr 13 10:20:32 CDT 2015
      - Fixed overly restrictive failing test
2017-09-20 11:13:52 +02:00
Thomas Klausner fe11c2961c p5-Catalyst-Plugin-XMLRPC: remove deprecated package 2017-09-20 11:13:52 +02:00
Thomas Klausner 9951c79ada p5-Catalyst-Plugin-SubRequest: update to 0.21.
0.21  2015-04-03
        - Make this work on more modern Catalyst versions.

0.20  2012-08-07 18:03:00 BRT
        - Fix RT#78821

0.19  2012-07-19 23:50:58 BRT
        - Fixed non-propagation of parameters to subrequests

0.18  2012-06-20 08:58:54 BRT
        - Major refactor using Plack
        - Fix RT#77830 side-effect propagation to original request

0.17  2011-03-22 09:08:00 GMT
        - Added subrequest and subrequest_response names aliased to
          sub_request and sub_request_response methods
        - Fix RT#66126 debug mode path display bug.

0.16  2010-01-28 21:09:04 GMT
        - Add subreq_res to get the full Catalyst::Response back
          from the sub request. RT#39486

0.15  2009-11-23 22:47:32 GMT
        - Be compatible with Catalyst 5.80014 by not writing to the
          request body directly.
        - Remove deprecation warnings by moving actions out of the test app.

0.14  2009-10-18 18:30:00 BST
        - Tweak copyright info to ease downstream packaging.

0.13  2008-01-06 22:33:00 CET
        - Update to work with new Stats package.

0.12  2007-09-12 13:08:00 CET
        - Switch to Module::Install
        - Fixed README (RT #16459)

0.11  2007-04-03 14:13:00
        - $c->req->params restored after sub_request
2017-09-20 11:13:52 +02:00
Thomas Klausner 95598ed544 p5-Catalyst-Plugin-Static: update to 0.11.
0.11  Sun Oct 18 19:11:00 2009
        - Make tests pass again, clean up warnings with newer
          Catalyst.
        - Add clearer deprecation notice.
0.10  Mon Nov 14 11:15:00 2005
        - better fix for security issue.
0.09  Mon Nov 14 09:33:00 2005
        - Make sure ::Static can't serve files outside of $config->{root}
2017-09-20 11:13:52 +02:00
Thomas Klausner 2dc0d199f1 Makefile: remove p5-Catalyst-Plugin-Singleton 2017-09-20 11:13:52 +02:00
Thomas Klausner 496e88c5ad p5-Catalyst-Plugin-Singleton: remove deprecated module 2017-09-20 11:13:52 +02:00
Thomas Klausner 77d23c693d p5-Catalyst-Plugin-Session-Store-DBI: update to 0.16.
0.16    2010-03-23 22:46:37
        - Make the table metadata configurable (wreis).

0.15    2009-10-17 19:29:30
        - Fixed to work with the new config key for sessions, Plugin::Session
          (Dave Rolsky)
        - Fix a couple of problems and warnings in the test suite.
        - Stop treating model names as class names.

0.14    2008-09-17 09:53:47
        - Added a POD warning about MySQL TEXT field size. (Jay Hannah)

0.13    2008-04-29 08:30:00
        - Fixed ping() check to work properly. (Olivier Thauvin)

0.12    2007-10-05 11:00:00
        - Added support for Catalyst::Model::DBI models. (Geoffrey Giesemann)
        - Switched to Module::Install.

0.11    2007-03-22 17:00:00
        - Reset cached statement handles if the dbh goes away or changes.
          (Peter Karman)
        - Pre-generate all SQL statements at startup.

0.10    2007-03-15 12:00:00
        - Fixed Rose::DB::Object dbh call.
        - Forgot to document Rose::DB::Object support.

0.09	2007-03-14 22:00:00
        - Added support for using a Rose::DB::Object to get the dbh.
        (Peter Karman)

0.08	2007-02-15 11:00:00
        - Fixed DBIC tests.
        - Added DBIC Schema tests.
        - Improved logic for getting a dbh, will return a proper error
          if it can't get one.
2017-09-20 11:13:51 +02:00
Thomas Klausner e460ebb1c1 p5-Catalyst-Plugin-Session-State-URI: update to 0.15.
0.15   2010-09-23
        - Read from $req->query_parameters rather than $req->parameters
          in prepare_path to avoid race condition with POST requests with body

0.14    2010-07-19
        - Fix behaviour when debug is turned on by wrapping prepare_path
          rather than prepare_action (RT#56753).
        - Fix warning about test plugin inheriting from Catalyst::Component.
        - Fix for loading the session ID with a cookie for some actions
          and Session::State::URI for others (RT#57620)

0.13    2009-10-16
        - Port to new session config key.
        - Port to Moose.

0.12    2009-10-06
        - Make tests not warn with latest version of Catalyst.
        - Prefer session configuration to be in the 'Plugin::Session'
          config key, but provide backwards compatibility for the
          deprecated 'session' key.

0.11    2009-07-25
        - When rewriting URIs, avoid doubled slashes. While this is
          mostly a cosmetic problem, if you issue a redirect with a
          URI like "//-/...", some browsers (or Firefox 3.0, at least)
          may get very confused. (Dave Rolsky)

0.10    2009-07-11
        - Separate rewrite config item into rewrite_body and
          rewrite_redirect. The old config setting will still
          work. (Dave Rolsky)
        - Shut up warnings from test code with newer Catalyst-Runtime.
          (Dave Rolsky)

0.09    2009-03-26
        - Avoid bug in URI::Find causing test fails (RT#44593)
        - Remove use of NEXT missed last time from the test suite.

0.08    2009-02-08
        - Switch from NEXT to MRO::Compat (t0m)
        - Switch to Module::Install
        - pod fixes (RT #23749)
2017-09-20 11:13:51 +02:00
Thomas Klausner 43f56cd920 p5-Catalyst-Plugin-Session-FastMmap: remove obsolete package
Deprecated by upstream in favor of
Catalyst::Plugin::Session::Store::FastMmap.
2017-09-20 11:13:51 +02:00
Thomas Klausner d18b41f92d p5-Catalyst-Plugin-Prototype: update to 1.33.
1.33  2007-04-29 02:29:00
        - Switched to Module::Install
2017-09-20 11:13:51 +02:00
Thomas Klausner 3b6074721b doc/TODO: + 389-ds-base-1.3.7.4. 2017-09-20 07:10:26 +02:00
Thomas Klausner 21e9fc5ddd p5-Catalyst-Plugin-FormValidator: update to 0.094.
0.94      Mon Mar 1  16:09
       - bumped version
	   - official release
0.093_01  Tue Feb 23 15:04
       - Class::C3::Adopt::NEXT is not used so is removed.
       - MRO::Compat added for maybe::next::method per https://rt.cpan.org/Public/Bug/Display.html?id=54917
       - Pod tests now author only and must pass.

0.092  Sun Feb 21  16:04:00
       - added proper Class::C3::Adopt::NEXT method calls
       - added shipit stuff
0.091 Sun Feb 21  16:00:00
       - Removed extra plugins from Cat test app
0.05  Mon Feb  15 13:35:00 2010
       - removed NEXT
       - turned into Moose::Role
       - fleshed out tests more
       - switched to Module::Install
0.04  Thu Apr  2 18:45:00 2009
       - Add deprecation notice
	   - Added quotes on prereq.
2017-09-19 22:43:23 +02:00
Thomas Klausner e62ccba3d7 p5-Catalyst-Plugin-FillInForm: update to 0.12.
0.12  2009-07-11 13:40:31
        - Stop relying on index : Global being dispatched to on / in
          the tests. Catalyst-Runtime >= 5.80006 doesn't support it
          anymore.

0.11  2009-06-30 22:55:53
        - Port from NEXT to MRO::Compat.
        - Suppress warning in Catalyst 5.80 caused by assigning undef
          to the body

0.10  2008-12-31 17:08:00
        - Suppress potential HTML::FillInForm warning (jhannah)

0.09  2008-04-29 11:48:00
        - PREREQS typo

0.08  2008-04-12 13:16:00
        - Updated to Module::Install;
        - Added build_requires RenderView

0.07  2008-04-11 21:49:00
        - Changed all references of output -> body.
        - Added tests & docs (jhannah)
2017-09-19 22:43:23 +02:00
Thomas Klausner 20f8b0b5ee p5-Catalyst-Plugin-Email: update to 0.09.
Revision history for Perl extension Catalyst::Plugin::Email.

0.09 - 2015-08-12
        - final release, with modern tooling and deprecation flag in metadata

0.08  2006-12-31 20:01:00
	- Modernize documentation not to use subrequest.

0.07  2006-12-18 16:08:00
	- Revert change:
          Make it croak if recipient is empty.

0.06  2006-12-06 12:23:00
        - Added more extensive docs on config and usage.
          (Carl Franks)
	- Make it croak if recipient is empty.

0.05  Thu Nov 17 22:00:00 2005
        - Added docs on sending email using a TT template.
          (Andy Grundman)
2017-09-19 22:43:23 +02:00
Thomas Klausner ed49b9e04d p5-Catalyst-Model-LDAP: update to 0.20.
Revision history for Perl extension Catalyst::Model::LDAP.

0.20  Thu Aug 31 16:01:00 BST 2017
        - Switch to Module::Runtime for
          eval "require $class"; due to Perl::Critic 5 failures

0.19  Fri Jul 14 20:22:00 BST 2017
        - Migrate to Dist::Zilla due to:
          [rt.cpan.org #122481] MYMETA must not be included
          https://rt.cpan.org/Ticket/Display.html?id=122481

0.18  Mon Sep  5 15:23:00 BST 2016
        - Authz added to support Net::LDAP::Control::ProxyAuth
        - Raw option added to support UTF8
          https://rt.cpan.org/Public/Bug/Display.html?id=117219
        - Control option cleans ups to avoid duplicate elements
          in the control array of Net::LDAP search objects
        - Net::LDAP 0.65 added for min version as the current
          required version is so old and does not support ProxyAuth
        - Makefile.PL updated for ProxyAuth

0.17  Thu Dec  3 16:48:27 EST 2009
        - Fix a problem when the Entry and Connection classes
          live under the same app namespace, when COMPONENT gets
          called from Catalyst, Net::LDAP::Entry dies because
          $self is not a reference
        - Update ACCEPT_CONTEXT method to remove Catalyst-specific
          parameters, which broke anonymous Net::LDAP::bind operations
        - Convert from Class::C3 to MRO::Compat
        - Reorganize tests and update their deprecated Catalyst usage
2017-09-19 22:43:22 +02:00
Thomas Klausner 4d60e5ecee p5-Catalyst-*CDBI: remove deprecated packages 2017-09-19 22:43:22 +02:00
Leonardo Taccari 02d660c52f 389-ds-base: Add a reference to CVE-2015-1854 2017-09-19 22:30:30 +02:00
Thomas Klausner 889a76cf43 p5-Catalyst-Log-Log4perl: update to 1.06.
1.06 Thu Jun 21 07:50:00 BST 2012
  - Stop wrongly bundling Test::More without Test::Builder. RT#77939

1.05 Tue Oct 27 19:08:00 BST 2011
  - DEPRECATED in favor of Log::Log4perl::Catalyst

1.04 Sun Oct 18 19:00:00 BST 2009
  - Fixup copyright info
  - Add tests using Test::Log4perl contributed by Sebastian Willert
  - Correct dependency on Log4Perl (RT#41622)
  - Remove unused dependency (RT#27361)

1.03 Sat Mar 21 20:52:20 GMT 2009
  - Fix to work correctly with Log::Dispatch::Email::MailSend, which
    is recommended in the documentation (Sebastian Willert)

1.02 Tue Mar 10 12:56:06 GMT 2009
  - Remove dependency on parent.pm from the new tests.

1.01 Sun Mar  8 23:07:08 GMT 2009
  - Fix test suite to work correctly with Catalyst 5.8 (omega)
2017-09-19 22:20:44 +02:00
Thomas Klausner 9397df740b p5-Catalyst-Engine-Apache: update to 1.16.
1.16   2010-10-05 00:29:16
        - No code changes.
        - Don't ship .rej files in the dist.
        - Convert to Dist::Zilla.

1.15   2010-10-03 22:07:00
        - Fix license info for debian et all.

1.14
        - No changes since dev release.

1.13_01
        - Update tests to pass again.
        - Update tests to not throw warnings with newer versions of Catalyst.
        - Fix $c->req->remote_user with this engine.
        - Clarify use with non-standard ports.
        - Fixes RT#61707, RT#61706, RT#61704, RT#36829

1.13
        - Workaround change in LWP that broke a cookie test (RT #40037)
        - Update streaming test to latest 5.70
2017-09-19 22:15:51 +02:00