Commit graph

227758 commits

Author SHA1 Message Date
mef
bbb53cadea Update 1.37 to 1.39
-------------------
1.39    2014-11-01

- Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to
  match changes in Devel::StackTrace 2.00. The old method is deprecated but
  will continue to work.


1.38    2014-05-05

- An exception without a message will now default to either the associated
  exception class description or the string "[Generic exception]". Patch by
  Ricardo Signes. PR #2.

- Added field_hash() and context_hash() methods. Patch by Ricardo Signes. PR
  #1.
2015-01-29 08:58:19 +00:00
mef
d13d0d33ec Update to 1.05
--------------
1.05 Tue Feb 28, 2014, joern
    Features:
    - New Method set_max_packet_size (Client and Server)
      to change the default value of 2 GB up to 4 GB
      (or less).

    Bugfixes
    - Increased default maximum packet size from 4 MB
      to 2 GB.
    - Fixed test suite for parallel execution by using
      different port numbers for the test server.
      Thanks for the report to Andreas K«Ónig.
    - Applied a patch from Salvatore Bonaccorso which
      fixes missing encoding declarations in POD. Thanks!
    - Fixed some POD typos. Thanks for the report to
      Xavier Guimard.
2015-01-29 08:56:15 +00:00
mef
6bba7e667f Update to 0.12
0.12  2015-01-17
      - fix tests under blead (sprout, #4)
2015-01-29 08:49:35 +00:00
mef
0692a5b9b4 Update 4.15 to 4.18
-------------------
Changes marked with (libev) are changes in libev, and have more
documentation in the libev Changes file.

4.18 Sat Sep  6 20:37:23 CEST 2014
        - use slightly better weay to find includes, to support multiarch
          on newer perls.

4.17 Fri Apr 11 06:22:38 CEST 2014
        - perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL
          without warning by switching the meaning of USE_SOCKETS_AS_HANDLES
          in 5.18. What's so attractive about giving a shit about backwards
          compatibility - I will never understand.

4.16 Sat Mar  8 16:49:05 CET 2014
        - make sure EV::CHECK is available at all times.
        - avoid a spurious warning when perl -w overrides "no warnings".
        - use perl's signal implementation on WIN32.
        - ensure extern "C" function pointers are used for externally-visible
          pointers.
        - (libev) mark event pipe fd as cloexec after a fork (analyzed by Sami Farin).
        - (ecb) support m68k, m88k and sh (patch by Miod Vallat).
        - (libev) in the absence of autoconf, do not use the clock syscall
          on glibc >= 2.17 (avoids the syscall AND -lrt on systems
          doing clock_gettime in userspace).
        - (ecb) work around memory barriers and volatile apparently both being
          broken in visual studio 2008 and later (analysed and patch by Nicolas Noble).
2015-01-29 08:47:24 +00:00
fhajny
3485a11e43 Updated lang/nodejs to 0.10.36 2015-01-29 08:44:59 +00:00
fhajny
02cacf2fe5 Update nodejs to 0.10.36.
2015.01.26, Version 0.10.36 (Stable)
* openssl: update to 1.0.1l
* v8: Fix debugger and strict mode regression (Julien Gilli)
* v8: don't busy loop in cpu profiler thread (Ben Noordhuis)
2015-01-29 08:44:44 +00:00
mef
2527574388 Update 0.10 to 0.14
----------------------------------------
version .14 at 2014-11-06 10:43:20 +0000
----------------------------------------
    Release engineering for 0.14

  Date : 2014-11-06 10:23:48 +0000
    Adjusted the regex in the distini test

  Date : 2014-11-06 10:22:16 +0000
    Handle licenses that don't have new()

----------------------------------------
version .12 at 2013-11-29 00:16:10 +0000
----------------------------------------
    [RT#90933] "New Moose may break your code"
2015-01-29 08:43:47 +00:00
mef
3be9ef9a4e (pkgsrc)
- Following two lines added
  DEPENDS+=      p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
  DEPENDS+=      p5-Term-UI-[0-9]*:../../devel/p5-Term-UI

(upstream)
  - Update 5.013 to 5.031
---------------------
5.031     2015-01-08 22:04:30-05:00 America/New_York
        - correct a test to avoid testing symlinks on Win32

5.030     2015-01-04 22:31:38-05:00 America/New_York
        - fixed [GatherDir]'s handling of symlinks to directories
        - [AutoPrereqs] now filters out all namespaces found in contained
          modules, not just the one corresponding to the module filename

5.029     2014-12-14 14:44:44-05:00 America/New_York
        - fix new error in [PkgVersion] when a module had no package
          statements
        - further rip out use of JSON.pm

5.028     2014-12-12 19:06:23-05:00 America/New_York
        - fix regression in [PkgVersion] that made false-positive
          identifications for pre-existing assignments to $VERSION
        - try avoid cases in which plugin code directly modifies file list
        - switch, tentatively, to JSON::MaybeXS

5.027     2014-12-09 09:30:30-05:00 America/New_York
        - fix regression in Plugin->plugin_from_config which started passing a
          list of pairs rather than a hashref

5.026     2014-12-08 21:33:55-05:00 America/New_York
        - eliminate use of Moose::Autobox
        - various small performance optimizations
        - add "use_our" option to PkgVersion

5.025     2014-11-10 21:12:14-05:00 America/New_York
        - fix file.t failures with perl v5.14 and v5.16's Carp

5.024     2014-11-05 23:08:07-05:00 America/New_York
        - add the %Mint stash for minting defaults
        - quiet down some low-priority log lines
        - teeny tiny optimization by building dist prereqs structure lazily
        - avoid ever requiring v0 of ExtUtils::MakeMaker
        - fix a module-loading ordering issue in `dzil setup`

5.023     2014-10-30 22:56:42-04:00 America/New_York
        - optimizations to loading of heavyweight libraries in cmd line app
        - some tests are now skipped on Win32 to avoid filename insanity
        - files' added_by data should be more informative
        - conflicts with installed code is now detected and/or advertised

5.022     2014-10-27 22:55:53-04:00 America/New_York
        - several optimizations to how PPI is used
        - handle an empty ABSTRACT better
        - now properly merging distmeta fragments together without loss, using
          new CPAN::Meta::Merge
        - create Makefile.PL and Build.PL files earlier, so they're in the file
          list "the whole time"

5.021     2014-10-20 22:43:52-04:00 America/New_York
        - improve authordeps' ability to cope with version requirements and
          non-default plugin names
        - a few improvements to help given by "dzil help COMMAND"
        - fixes a situation where exclusion-regexp-building in GatherDir
          could mangle the given regexps
        - now properly merging distmeta fragments together without loss, using
          new CPAN::Meta::Merge (Karen Etheridge)
        - [PkgVersion] now properly skips over $VERSION assignments in
          comments (Karen Etheridge, github #322)
        - the building of manpages is supressed in [MakeMaker]-driven builds
        - lazily load quite a few more modules
        - avoid using user's ~/.dzil even more
        - while building dists for testing, don't bother building man pages
        - try harder to notice minimum required perl version
        - try harder to delete temporarily directory at the end of testing
        - don't treat $VERSION assignments in comments as $VERSION assignments
        - listdeps now takes --omit-core to skip core modules
        - don't try to use terminal encoding on locale-free systems
        - suggest the use of PPI::XS
        - speed up and debug behavior of GatherDir

5.020     2014-07-28 20:56:25-04:00 America/New_York
        - the default required version for ExtUtils::MakeMaker in [MakeMaker]
          has been removed
        - load DateTime lazily
        - the default required version for Module::Build in [ModuleBuild] has
          been lowered

5.019     2014-05-20 21:11:47-04:00 America/New_York
        - remove a very brief-lived attempt to double-decode

5.018     2014-05-20 21:07:04-04:00 America/New_York
        - attempt to return abstract-from-file as a string, rather than
          bytes, which can lead to weirdness (github issue #303)

5.017     2014-05-17 08:35:33-04:00 America/New_York
        - dotfiles and dot-directories are now included in sharedirs
        - ModuleBuild and MakeMake should not re-build if it isn't needed
        - authordeps now better understands "perl" dep
        - munging of README is delayed to prevent unneeded work and
          complication
        - MANIFEST is now treated as a binary file
        - 'dzil setup' now warns that credentials are stored in the clear
        - MakeMaker should include fewer empty and useless hashrefs
        - Makefile.old is now pruned as cruft

5.016     2014-05-05 22:27:06-04:00 America/New_York
        - hint about [Encoding] plugin in encoding error message (David
          Golden)

5.015     2014-03-30 21:55:36-04:00 America/New_York
        - make it easier to have multiple PAUSE configs using UploadToCPAN's
          pause_cfg_dir option (thanks, David Golden)

5.014     2014-03-16 16:47:07+01:00 Europe/Paris
        - Added 'jobs' argument for 'dzil test' for parallel testing (thanks,
          David Golden!)
        - add default_jobs attribute to TestRunner role
        - fix the behavior of 'dzil add' with more than one file
          (thanks, Leon Timmermans!)
2015-01-29 06:44:40 +00:00
mef
82813168d8 Sorted, sorry, added to wrong line. 2015-01-29 06:38:53 +00:00
mef
f9584df128 Added devel/p5-Term-UI version 0.42 2015-01-29 06:37:47 +00:00
mef
5e7cf95b0a Import p5-Term-UI-0.42 as devel/p5-Term-UI.
Term::UI provides methods to ask both elaborate questions as well
as simple yes/no questions via a Term::ReadLine interface using a
template. It can also parse options per unix style.

Term::UI was first released with perl v5.9.5, deprecated (will
be CPAN-only) in v5.17.9 and removed from v5.19.0
2015-01-29 06:34:15 +00:00
mef
436287412e Updated devel/p5-Devel-Autoflush to 0.06
Updated devel/p5-Devel-Caller to 2.06
Updated devel/p5-Devel-CheckLib to 1.03
Updated devel/p5-Devel-Cover to 1.17
Updated devel/p5-Devel-Cycle to 1.12
Updated devel/p5-Devel-Declare to 0.006017
Updated devel/p5-Devel-FindPerl to 0.012
Updated devel/p5-Devel-FindRef to 1.440
Updated devel/p5-Devel-Gladiator to 0.07
Updated devel/p5-Devel-PPPort to 3.28
Updated devel/p5-Devel-PartialDump to 0.17
Updated devel/p5-Devel-Pragma to 0.60
Updated devel/p5-Devel-StackTrace-AsHTML to 0.14
Updated devel/p5-Devel-StackTrace-WithLexicals to 2.01
Updated devel/p5-Devel-TraceUse to 2.093
Updated devel/p5-Devel-ebug to 0.56
Updated devel/p5-Dir-Self to 0.11
2015-01-29 06:16:43 +00:00
mef
c68d0ef033 Update 0.10 to 0.11
-------------------
0.11    2013-09-03
        Clean up distribution; no user visible changes.
2015-01-29 05:40:19 +00:00
mef
0e3dc294d6 Update to 0.56
--------------
0.56 2014.04.16
     - Converted to Dist::Zilla
     - Minor fixes (thanks hobbestigrou!)
2015-01-29 05:38:35 +00:00
mef
04973a0d42 Update 2.09 to 2.093
--------------------
2.093 Thu Jun 26 2014
    - fixed the test script to properly deal with sitecustomize and proxies
      in all possible combinations (thanks a lot to Christan Walde (MITHALDU)
      for his help with testing under Windows!)

2.092 Thu Apr  3 2014
    - auto-dereferencing only works since 5.14
    - move the xt/ tests back in t/, guarded by RELEASE_TESTING

2.091 Sat Mar 29 2014
    - documentation fixes (thanks to Ioan Rogers (IOANR))
    - test fixes (related to Module::CoreList)
2015-01-29 05:35:11 +00:00
mef
97426b7215 Update 0.10 to 2.01
-------------------
2.01    2015-01-06
        Improve the synopsis (David Bradford)
            Part of CPAN Pull Request Challenge :)

2.00    2014-11-12
        Devel::StackTrace 2.00 compat (dakkar) [rt.cpan.org #99957] [rt.cpan.org #100278]
2015-01-29 05:32:26 +00:00
mef
2e352eaf1c Update 0.11 to 0.14
-------------------
0.14  Mon Feb 18 11:40:53 PST 2013
        - Fix test for Win32 (RickFord)

0.13  Mon Feb 11 11:52:15 PST 2013
        - Get subroutine arguments from the next frame too

0.12  Mon Feb 11 11:25:50 PST 2013

        - Fixed the use of $frame->subroutine since it returns a
          subroutine that is *invoked* on that call frame, rather than
          what the frame is *in*. Fixed to peek the next frame to get the
          current subroutine. (Caelum)
2015-01-29 05:29:41 +00:00
mef
a671bd39c9 Update 0.54 to 0.60
-------------------
0.60  Sun Oct 20 12:24:09 2013
    - use Lexical::SealRequireHints to fix %^H bugs
    - rename my_hints -> hints (my_hints is still supported, but deprecated)
    - update ppport.h from 3.19 to 3.20
    - code cleanup
2015-01-29 05:24:50 +00:00
mef
042d1ec587 Update 0.15 to 0.17
-------------------
0.17      2013-11-30 20:47:47Z
    - many fixes (thanks, Steven Lee!)
      - attribute list_delim is now being used in list dumps
      - setting attribute max_length to 0 now shortens more, to '...'
      - fixed use of = in array/hash ref objects
      - extra test coverage

0.16      2013-11-24 00:43:48Z
    - Moose dependency removed, resolving circular dependency in Moose's
      recommended prereqs (thanks, David Golden!)
    - converted packaging to Dist::Zilla
2015-01-29 05:20:14 +00:00
mef
2d128c36c2 3.28 - 2015-01-16
* Update MANIFEST for regened base/todo files

3.27 - 2015-01-13

    * Regen base and todo files.
    * Fix isASCII and isCNTRL for <5.6.0
    * Other minor fixups.

    (Thanks to mhx for all of the work on this release)

3.26 - 2015-01-07

    * Silence some warnings on compilation in perl core
      (Thanks to Dave M. for patches)

3.25 - 2014-12-02

    * Add caller_cx (works back to Perl 5.6.0)
      (Thanks to Ben Morrow for patch)
    * Silence compiler and coverity warnings
      (Thanks to jhi for patches)
2015-01-29 05:18:44 +00:00
mef
5a0400d704 Update 0.01 to 0.07
-------------------
0.07    2014-10-19 18:26:32Z
        - skip failing PadWalker tests on < 5.009 (RT#99581)

0.06    2014-10-19 01:49:27Z
        - documentation updates (thanks, mohawk!)

0.05    20142014-10-18 06:51:53Z
        - minor documentation updates
        - converted packaging to Dist::Zilla; declared correct prerequisites
        - updated ppport.h to latest version

0.04    2013-05-14
        - fix pod formatting (Curtis Brandt)

0.03    2013-05-14
        - walk_arena() now sorts by class name when refcounts are equal, for
          easier comparison between successive runs (Karen Etheridge)

0.02    2012-10-24 18:30:24Z
        - fix test failures, and note this caveat in the docs
2015-01-29 05:16:50 +00:00
mef
e92ad9ac6c Update 1.422 to 1.440
---------------------
1.44 Tue Jun  3 20:40:13 CEST 2014
        - port to 5.20 (analyzed by Dave Mitchell).

1.43  Fri May 16 09:43:01 CEST 2014
        - port to 5.18.
        - hopefully better treat anon subs that have been un-anonized
          without adjusting the pad by Sub::Name (I forgot who sent
          the testcase).
        - fix ref2ptr/ptr2ref documentation.
2015-01-29 05:15:19 +00:00
mef
a877297315 0.012 2013-11-20 14:57:15 Europe/Amsterdam
Minor fixes in tests

0.011     2013-11-19 14:50:51 Europe/Amsterdam
          Fix other environmental variables in tainted mode.

0.010     2013-11-13 23:13:15 Europe/Amsterdam
          Add a non-empty PATH, to make *bsd happy
          Compare configuration case-insensitively, to make Windows happy

0.009     2013-11-07 23:00:55 Europe/Amsterdam
          find_perl_interpreter now return an array

0.008     2013-11-01 17:48:53 Europe/Amsterdam
          Always empty $ENV{PATH} before open2
          Append executable extension to expected tainted path

0.007     2013-10-24 14:32:54 Europe/Amsterdam
          Soften dependency on ExtUtils::Config
          Rewrite tests not to depend on Capture::Tiny
          Export perl_is_same
          Handle tainting better
2015-01-29 05:11:55 +00:00
mef
91e4131d80 Update 0.006012 to 0.006017
---------------------------
0.006017 - 2014-09-25
  - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
    RT#99102, Father Chrysostomos

0.006016 - 2014-03-31
  - fixed syntax error in a test

0.006015 - 2014-02-02
  - fix use of wrong sprintf formatting codes (Zefram, RT#91983)

0.006014 - 2013-07-21
  - converted dist to Distar

0.006013 - 2013-06-18
  - re-release, because Module::Install is AWESOME!

0.006012 - 2013-06-18
  - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)
2015-01-29 05:10:25 +00:00
mef
68fb019df6 Update to 1.12
--------------
1.12 Fri Nov 14 08:56:23 EST 2014
     - Moved to GitHub at https://github.com/lstein/Devel-Cycle
2015-01-29 05:08:07 +00:00
mef
18368bd51b Release 1.17 - 20 September 2014
- Get cpancover to release quality.
 - Add IRC link to META.
 - Test against 5.20.1, 5.21.1, 5.21.2, 5.21,3 and 5.21.4.
 - Officially support 5.20.1.

Release 1.16 - 17 August 2014
 - Fix segfault in 5.20.0.
 - Improvements to cpancover.
 - Fix vim report to work with recent versions (cono) (github 94).
 - Ignore vim swap files in git (Gabor Szabo) (github 95).
 - Improve help for cover command (Gabor Szabo) (github 96).
2015-01-29 05:06:07 +00:00
mef
2992b7d316 Update to 1.03
--------------
1.03    2015-01-04      Update travis.yml
                        Fix possible crash bug on windows.
2015-01-29 05:02:56 +00:00
mef
859d0b8203 Update to 2.06
--------------
2.06 Wednesday 16th January, 2013
       Corrected some pod syntax RT#56456
       Handle the new padrange op added in 5.17 RT#81704
2015-01-29 04:57:08 +00:00
mef
0cdf14ece0 Update to 0.06
0.06      2014-02-26 19:31:45-05:00 America/New_York
    [CHANGED]
    - Updated distribution metadata, repo and bugtracker
    - Switch to managing with Dist::Zilla
2015-01-29 04:53:21 +00:00
jnemeth
6ed40b6bda sort 2015-01-29 04:50:11 +00:00
mef
91f5b701d5 Updated net/p5-Geo-IP to 1.45 2015-01-29 04:48:14 +00:00
mef
827cd31b26 Update 1.40 to 1.45
-------------------
1.45 2014-09-29

* Fixed typo in 1.44 release notes.
* Replaced `use vars` with `our`.


1.44 2014-09-29

- On installation, this API will now default to the pure Perl version rather
  than failing if libGeoIP is not found. (GitHub #6, #11)
- Add support for GEOIP_SILENCE ( Philip Prindeville )
- Unit tests for different databases were added.


1.43 2013-12-02

- Update FIPS codes ( Boris Zentner )
- Fix test case ( Boris Zentner )
- Update time zones ( Boris Zentner )


1.42 2013-06-06

- Fix testcase any CAPI >= 1.5.0 should work ( Boris Zentner )
- Add new pure perl region code TH 81 Bueng Kan ( Boris Zentner )


1.41 2013-02-20

- Add South Sudan ( Boris Zentner )
- Doc fixes ( Tina Mueller )
- Update FIPS Codes ( Boris Zentner )
- Update PurePerl country list. ( Boris Zentner )
2015-01-29 04:48:03 +00:00
mef
62aa8512a4 Updated net/net6 to 1.3.14 2015-01-29 02:59:35 +00:00
mef
2c6aea0dd4 (pkgsrc)
- Add LICENSE as gnu-gpl-v2
 - delete patch for gnutls, upstream now takes care, although the boundary
   is little bit different as:
   (patch)    #if GNUTLS_VERSION_NUMBER < 0x020c00
   (upstream) #if GNUTLS_VERSION_NUMBER < 0x030003
 - Add comment on patch-src_select.cpp (from cvs log)

(upstream)
 - Update 1.3.10 to 1.3.14
Version 1.3.14:
 * Ensure that overflows on the user ID assigned to each connection
   do not yield one that is already in use.  (Reported by Vasiliy
   Kulikov.)  [CVE-2011-4093]
 * Do not leak information about logged-in users.  (Reported by
   Vasiliy Kulikov.)  [CVE-2011-4091]
 * Fix build failures with GnuTLS 3.0 and above, thanks to
   Vincent Untz.
 * Updated translations

Version 1.3.13:
 * Updated translations

Version 1.3.12:
 * Allow non-blocking sockets on *nix.
 * New translations:
   - Korean
   - English (Great Britain)

Version 1.3.11:
 * Fix possible TLS lockup on Windows.
 * New translation:
   - Ukrainian, thanks to Yuri Chornoivan!
2015-01-29 02:59:27 +00:00
mef
4ef866120a Updated net/mimms to 3.2.1 2015-01-29 02:46:50 +00:00
mef
638cb3daa0 (pkgsrc)
- Add editting on EGG_NAME to drop the third part ( 3.2.1 -> 3.2 etc)
(upstream)
  - Update 3.2 to 3.2.1
-------------------
mimms 3.2.1 released 2008-05-11
-----------
  * Correctly use filename argument; it was ignored because of a bug.
2015-01-29 02:46:25 +00:00
mef
31bace48bc Updated net/httping to 2.3.4 2015-01-29 02:27:46 +00:00
mef
e4a64df622 Update 2.3.3 to 2.3.4
---------------------
Explicit ChangeLog or Release Note not found, but
 - option -6 is added for IPv6 (default is IPv4)
 - sun (__sun) support for termios.h seems added
2015-01-29 02:27:39 +00:00
jmcneill
fa3a517ce9 add wsmouse support to wscons driver 2015-01-29 01:56:02 +00:00
mef
88ac7b66b1 Updated devel/p5-Data-Compare to 1.25
Updated devel/p5-Coro to 6.41
Updated devel/p5-Curses to 1.32
Updated devel/p5-Data-Dumper-Concise to 2.022
Updated devel/p5-Data-Munge to 0.093
Updated devel/p5-Data-Peek to 0.42
Updated devel/p5-Data-Printer to 01
Updated devel/p5-Data-Section to 0.200.006
Updated devel/p5-Data-Serializer to 0.60
Updated devel/p5-Data-UUID to 1.220
Updated devel/p5-Debug-Client to 0.29
2015-01-29 01:27:30 +00:00
mef
f05c085000 Update 0.20 to 0.29
-------------------
0.29 2013-07-29
 - ouch typo, tab v spaces (BOWTIE)

0.28 2013-07-28
 - bump version and release (BOWTIE)

0.27_02 2013-07-10
 - remove BEGIN block and force Win32 Term::ReadLine settings (BOWTIE)

0.27_01 2013-07-10
 - switch to Term::ReadLine::Gnu or nought (BOWTIE)

0.26 2013-06-03
 - bump version and release (BOWTIE)

0.25_10 2013-05-20
 - Change the running order of test (BOWTIE)
 - check testing $ENV{PERL_RL} = ornaments=0
 - as we only want to do this when necessary (BOWTIE)

0.25_09 2013-05-15
 - fix buffer call to $debugger->get_buffer

0.25_08 2013-05-12
 - fix dependency inconsistencies
 - add new test 00-check-deps.t
 - add test to see if we invoke $ENV{PERL_RL} (BOWTIE)

0.25_07 2013-05-12
 - use M::I to load Term::ReadLine::Gnu (BOWTIE)

0.25_06 2013-05-10
 - contradicting module definitions oops (BOWTIE)

0.25_05 2013-05-09
 - Tweak 06-term.t to show more info from cpan testers (BOWTIE)
 - fix missing MANIFEST (BOWTIE)
 - lower some dependency version dod++ (BOWTIE)

0.25_04 2013-05-05
 - Tweak for perl-5.17.11 compatibility (BOWTIE)
 - test tweaks to hack #1494 (BOWTIE)
 - Use a more appropriate Term::ReadLine::... (BOWTIE)

0.25 2013-04-17
 - bump version and release (BOWTIE)

0.24_04 2013-04-16
 - swap out some more localhost for 127.0.0.1 azawawi++ (BOWTIE)

0.24_03 2013-04-16
 - my $host = '127.0.0.1'; # instead of localhost (AZAWAWI)
 - add some 'fudge' to t-lib-debugger for win32 azawawi++ (BOWTIE)

0.24_02 2013-04-16
 - lets remove Time-HiRes completely (BOWTIE)

0.24_01 2013-04-16
 - tweak t-lib-debugger, adjust sleep to 1 sec (BOWTIE)
 - update Makefile requirements (BOWTIE)

0.24 2013-02-19
 - Tweak for production release to co-inside with Padre 0.98 (BOWTIE)

0.23 2013-02-19
 - Add perltidy.LOG to MANIFEST.SKIP (BOWTIE)

0.22 2013-02-08
 - Tweak for production release to co-inside with Padre 0.98 (BOWTIE)

0.21_18 2013-01-28
 - roll-back Makefile to 0.21_14 and test to complement, andk++ (BOWTIE)

0.21_17 2013-01-27
 - POD tweaks, missing # azawawi++ (BOWTIE)
 - Add back a requirement to Makefile after being heavy handed (BOWTIE)

0.21_16 2013-01-22
 - Remove test for a no-longer required module, causing CPAN failures
   (BOWTIE)

0.21_15 2013-01-22
 - add reset to buffer in show help (BOWTIE)
 - fix bug in set breakpoint that was being confused by 'Already in file-x'
   (BOWTIE)

0.21_14 2013-01-04
 - #This all relates to #1469
 - fix Windows hangings (CHORNY)
 - split and sort out hack into each dev release
 - the switch to time hiRes & win32::Precess (BOWTIE)
 - add some tests back-in using Test::Class to see what CPAN::Reporter go
   to say (BOWTIE)

0.21_13 2013-01-04
 - #not released
 - #This all relates to perl 5.017006
 - Crammer tweak rindolf++ (BOWTIE)
 - y=o is now y=1 for >= 5.017006 (BOWTIE)
 - https://github.com/shlomif/perl/commit/7a0fe8d157063a5d4017c60814c1ea577
   f105a72 tweak to t/40-test_1415.t to better check if watches are working
   in 5.017006 (BOWTIE)

0.21_12 2012-11-06
 - Update Changes to CPAN::Changes::Spec
 - Tweak tests to handle perl5db version 1.39_04 (perl - 5.17.5) (BOWTIE)

0.21_11 2012-09-09
 - Removed Test::Pod and Test::Pod::Coverage dependencies (ADAMK)
 - Removed the spookily magic strictures.pm dependency (ADAMK)
 - Switching to #!/usr/bin/perl as the env version is recommended against
   in tests for reasons I forget but I think were related to tainting
   (ADAMK)
 - Devolve v5.10 to 5.010 so older perl can parse far enough to understand
   that they can't parse the file. (ADAMK)
 - Slightly better separation of concerns in the early test scripts (ADAMK)

0.21_10 2012-09-06
 - Debug::Client's dependency on Test::Class is breaking Strawberry
   Test::Class has Windows problems adamk++
 - Remove Test::Class from Debug::Client (BOWTIE)

0.21_09 2012-09-06
 - skipped intentionally

0.21_08 2012-08-20
 - correction to parameters for IO::Socket::IP initialisation (BOWTIE)

0.21_07 2012-08-18
 - bump IO::Socket::IP to 0.17 (BOWTIE)

0.21_06 2012-08-05
 - silly dependency issue, my bad (BOWTIE)
 - Info: perl5db v1.39_02 yes in perl 5.17.2, O what fun (BOWTIE)

0.21_05 2012-07-26
 - remove comments (BOWTIE)
 - remove un-required dependants from Makefile (BOWTIE)
 - tweak version requirements for IO::Socket::IP (BOWTIE)

0.21_04 2012-06-23
 - re-factor initialize plus test (BOWTIE)
 - turn off test in io (BOWTIE)

0.21_03 2012-06-09
 - Fix displaying watches in ANON sub #1415 (BOWTIE)
 - some method re-factoring (BOWTIE)
 - keep test up-to-date (BOWTIE)

0.21_02 2012-05-21
 - remove _logger (BOWTIE)
 - move listener to _init, hence now redundant (BOWTIE)
 - use IO::Socket::IP (BOWTIE)
 - tweak tests and Makefile accordingly (BOWTIE)

0.21_01 2012-05-11
 - Add Test-Pod to appease Kwalitee (BOWTIE)
 - change to use $self->{debug} instead of $ENV{DEBUG_LOGGER} (BOWTIE) due
   to bleeding of env causing tests to fail on win32 against 0.20 (BOWTIE)
 - keep instep with Padre and use perl 5.10 (BOWTIE)
2015-01-29 01:25:53 +00:00
mef
72a4414fd4 Update to 1.220
---------------
1.220     2014-12-15
  - improve chances it'll work on Android (thanks, Brian Fraser)
2015-01-29 01:21:36 +00:00
mef
d26f40503c Upate to 0.60
0.60 Tue Aug 20 2013
    Move some non-critical tests from t/ to xt/ as they are not needed
    for verifying functionality of the module, merely ensuring a clean release.
    No changes to core Data::Serializer functionality with this release.
2015-01-29 01:19:51 +00:00
mef
e2fcfd408c Update to 0.200.006
(pkglint-4.150 warns)
    WARN: Makefile:4: The package is being downgraded from 0.200005 to 0.200.006.
-------------------
0.200006  2014-03-10 10:14:45-04:00 America/New_York
        - skip tests on Win32 pre-5.14 related to line endings; perl munges the
          data before we're able to get at it (thanks, Christian Walde!)
2015-01-29 01:17:20 +00:00
mef
100a2e26be Update to 10.35.01
------------------
10.35_01 2014-12-22
    BACKWARDS-INCOMPATIBLE CHANGE
        - p()'s return value now defaults to 'pass'. Please see
          https://github.com/garu/Data-Printer/issues/16 for the
          full discussion. THIS WILL BREAK CODE RELYING ON p() TO
          RETURN A STRING. To fix your code, please set 'return_value'
          to 'dump' explicitly, or use the experimental np() function.

    NEW HIGHLY EXPERIMENTAL FEATURE:
        - np(), a version of p() that always returns the string instead
          of printing it.

    NEW FEATURES:
        - Add 'escape_chars' to allow \x{...} printing for chars
          (patch by Mark Fowler)
        - Class::Date support in the DateTime filter (Ivan Bessarabov)

    BUG FIXES:
        - fixed crash in esoteric classes (github issue #41, thanks
          Ivan Bessarabov for reporting)
        - removed support for Digest::Haval256, as it can't really be
          observed without damaging the original data. If future versions
          provide a clone() function, it can be added again.
        - Being extra loud when rc files fail to load (RT#89203, thanks
          Caleb Cushing for reporting).
        - Prevents PERL5OPT from interfering with deparse tests (github
          issue #55, thanks David Precious for reporting)

    OTHER:
        - more tests
        - new external filter indexed: PDL
2015-01-29 01:12:17 +00:00
mef
e9c28eb983 Update 0.39 to 0.42
-------------------
0.42    - 2015-01-02, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Prevent caching of .perltidyrc (RT#99514)
    * Upped copyright to 2015

0.41    - 2014-09-27, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Add alternative test results for 5.21.5 and up (PADMY)

0.40    - 2014-02-27, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Upped copyright to 2014
    * Guard Perl::Tidy against stupid user options in .perltidyrc
2015-01-29 01:05:56 +00:00
mef
282a46b441 Update 0.08 to 0.093
--------------------
0.093   2014-12-23
        * Fix typo in synopsis (thanks, Ivan Wills).

0.092   2014-11-25
        * Work around some parser bug in perl 5.6.

0.091   2014-11-19
        * Work around regex bug (#115242) in perls < 5.18 that causes spurious
          test failures.

0.09    2014-11-18
        * Add slurp.
        * Don't leave $VERSION and @EXPORT in scope for eval_string.
2015-01-29 01:04:29 +00:00
mef
4c012446bc Update 2.020 to 2.022
---------------------
2.022 Mar 21 2014
  - Fix repo metadata

2.021 Dec 31 2013
  - Make Dwarn output all arguments even in scalar context
     (retun val is still the same though)
2015-01-29 01:02:40 +00:00
mef
35a7fb99ad (pkgsrc)
- patch-CursesFun.c is deleted, upstream fixed the problem, see 1.31
   part in HISTORY below
(upstream)
  - Update 1.29 to 1.32
-------------------
New in 1.32 (Released August 9, 2014)

  Makefile.PL: if /usr/include/ncurses/ncurses.h exists, use Ncurses regardless
  of what the $guess_cfg table says for the OS at hand.  This fixes the former
  hybrid approach which didn't work for a Solaris 11 system that has both
  Ncurses and BSD curses.

  Typographical error in documentation fixed.

New in 1.31 (Released April 26, 2014)

  Fix compile failure with some Curses libraries, introduced in
  1.29 - undefined KEY_CODE_YES.

  Fix documentation: wide character functions exist back to Perl 5.6,
  not 5.16.

New in 1.30 (Released April 19, 2014)

  Fix build failure: Use older substitutes if Perl is too old to have
  the 'utf8_to_uvchr_buf' function they use; don't include the wide character
  functions if Perl is even too old to have the substitutes.  Broken in 1.29.

  Fix "constant not provided by your vendor" message when you refer to a
  function that does not exist in the Curses module.

  Minor fixes to documentation of new wide character functions.

  Fix warning about extra argument to c_setmevent .

  Fix documentation for "not defined in your Curses library" errors.
  (broken in 1.28).

  Fix demo programs' recognition of "not defined in your Curses library"
  errors (broken in 1.28).
2015-01-29 01:00:26 +00:00
mef
d94244c5b3 Update 6.39 to 6.41
6.41 Sat Sep  6 22:08:46 CEST 2014
        - restore portability to perl 5.8.x.
        - give new Coro's a valid GvHV(PL_hintgv) - this is slow and takes
          up some memory, but fixes "use feature" and similar modules
          when used inside a Coro.
        - allow zero as argument to Coro::Channel to mean the same thing
          as no argument. this works with older versions as well,
          but wasn't legal until now.
        - slightly better c header file detection.
2015-01-29 00:48:51 +00:00