Commit graph

206088 commits

Author SHA1 Message Date
wiz
6ce8399cda Updated devel/p5-version to 0.9904 2013-09-05 19:28:07 +00:00
wiz
6862bd6382 Update to 0.9904:
2013-09-02  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9904' using shipit.
	[4fab8f3e7a2c] [tip]

	* t/08_corelist.t:
	Almost forgot to add this
	[4e3713e87478] [0.9904]

	* vutil/vxs.xs:
	Delete this useless code path
	[5effc1d02853]

	* README:
	Fixup typo in README
	[7b9cc580738a]

	* MANIFEST, Makefile.PL, README, t/07locale.t, vutil/vutil.c,
	vutil/vxs.xs:
	A couple subtle changes from bleadperl. Also, require parent to be
	installed even if it should have been installed already (Thanks
	RHEL!). Handle magical initializers (like tied hash elements), but
	only test where we can do it easily.
	[6fd396e1006b]

2013-08-20  John Peacock  <john.peacock@havurah-software.org>

	* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/04strict_lax.t, t/05sigdie.t, t/06noop.t, t/07locale.t,
	t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Final sync with bleadperl
	[4d748bda798b]

2013-08-18  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9903' using shipit.
	[02af417226b0]

	* vutil/lib/version/vxs.pm:
	Missed one VERSION++
	[8c04e6e6f195] [0.9903]

	* README:
	Final tweaks before release to CPAN
	[a63c5368dbae]

2013-08-16  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pod:
	More whitespace normalization
	[bebbe00cbd68]

2013-08-15  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pm, lib/version/Internals.pod, t/01base.t,
	t/02derived.t, t/03require.t, t/04strict_lax.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/coretests.pm, vperl/vpp.pm:
	Merge with core perl changes and bump $VERSION for release.
	[cf81a9587bf2]

2013-07-06  John Peacock  <john.peacock@havurah-software.org>

	* lib/version/Internals.pod:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=86582
	[f831a867b6be]

	* Makefile.PL:
	Always install version::vpp even when installing XS code Resolves
	https://rt.cpan.org/Ticket/Display.html?id=84616
	[e983c52f6935]

	* Makefile.PL:
	Require the correct minimum version of "parent"
	[1aa33af2f954]

	* Makefile.PL, t/coretests.pm:
	Eliminate "use base" usage
	[ffee69e907be]

2013-03-06  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9902' using shipit.
	[5c6574976e24]

	* lib/version.pm:
	Make sure to create &version::new alias with all Perls
	[9fc95f57161a] [0.9902]

2013-03-05  John Peacock  <john.peacock@havurah-software.org>

	* README:
	Ready for release to CPAN
	[e8829f2f8800]

2013-03-03  John Peacock  <john.peacock@havurah-software.org>

	* vperl/vpp.pm:
	Pure Perl version::new() should also croak if called as function.
	Resolves: https://rt.cpan.org/Ticket/Display.html?id=81085
	[823994482617]

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, t/coretests.pm,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Cope with hashkey ordering changes. Resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=81708
	[3c49b0c9c7d6]

	* Makefile.PL:
	Implement PERL_ONLY environment variable. Resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=83509
	[be18a6913e9d]

	* .hgignore, vutil/vutil.c, vutil/vxs.xs:
	Don't create object structure until after prescanning, resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=81086
	[50e4af5e81ce]

2012-11-15  John Peacock  <john.peacock@havurah-software.org>

	* t/01base.t, vutil/vxs.xs:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=81085
	[38f2fe7b96fd]
2013-09-05 19:27:14 +00:00
wiz
e9425ec812 Updated devel/p5-Tree-DAG_Node to 1.14 2013-09-05 19:25:59 +00:00
wiz
01e72507f7 Update to 1.14:
1.14  Wed Sep  4 13:44:00 2013
	- Document the copy() method.
	- Patch the copy() method so it respects the {no_attribute_copy => 1} option.
	- Add method read_tree(), for text files. It uses Perl6::Slurp (which supports utf8).
	- Add methods read_attributes() and string2hashref($s) for use by read_tree().
	- Add t/read.tree.t to test read_tree().
	- Add t/tree.utf8.attrbiutes.txt, in utf8, for use by t/read.tree.t.
	- Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for use by t/read.tree.t.
	- Make Perl V 5.8.1 a pre-req so we have access to the utf8 pragma.

1.13  Mon Aug 12 17:16:00 2013
	- Change the values accepted for the no_attributes option from undef and 1 to 0 and 1.
		If undef is used, it becomes 0, so pre-existing code will not change behaviour.
		This makes it easier to pass 0 or 1 from the command line, since there is no default value available.
2013-09-05 19:25:07 +00:00
wiz
5e31e1ae1e Updated devel/p5-Perl6-Slurp to 0.051003 2013-09-05 19:24:00 +00:00
wiz
d8a6b3e666 Update to 0.051003:
0.005000  Thu Feb  9 07:03:26 2012

    - Fixed handling of slurp()

    - Removed dependency of English locale in errors.t
      (thanks to all those who reported it)

    - Tweaked ipc.t to placate Windows (thanks John)

    - Disabled implicit open failure warnings (thanks Kevin)

    - Cleaned up code and commented

    - Improved performance significantly for chomped cases

    - Updated Makefile.PL and added Build.pl


0.050000  Thu Feb  9 15:30:53 2012

    - No feature changes: update to fix version number regression


0.051000  Thu Jun 14 20:52:15 2012

    - Tweaked error.t to placate Windows (thanks mascip)


0.051001  Fri Jul 27 07:58:08 2012

    - Doc tweak (thanks John)



0.051003  Sat Feb  9 11:59:34 2013

    - Documented limitations of C<slurp> on certain platforms
      (e.g. no piped opens under Windows).

    - Allowed layer options to have parenthesized args
      (Thanks Kevin)

    - Handle File::Temp filehandles correctly (thanks Kevin)
2013-09-05 19:23:11 +00:00
wiz
1c17a96b09 Updated devel/p5-File-Temp to 0.23.01 2013-09-05 19:19:31 +00:00
wiz
35a90b9c72 Update to 0.2301:
0.2301    2013-04-11 16:30:05 Europe/London

        * dist.ini: Managed with Dist::Zilla now; generates Makefile.PL
          to avoid circular dependency when using Build.PL
2013-09-05 19:18:42 +00:00
wiz
2f7a354e81 Updated devel/p5-Test-Requires to 0.07 2013-09-05 19:12:26 +00:00
wiz
3c025e21fb Update to 0.07:
0.07 2013-07-01T03:08:52Z

        - If the C<< RELEASE_TESTING >> environment variable is true, then instead
          of skipping tests, Test::Requires bails out.
          (tobyink)

0.07

        - document that use Test::Requires "5.010" works.
          (tobyink)
2013-09-05 19:12:06 +00:00
wiz
eb04278fa0 Updated devel/p5-Test-Output to 1.02 2013-09-05 19:09:27 +00:00
wiz
dcb71a8fe2 Update to 1.02:
1.02 - Mon Jul  8 21:15:30 2013
	* Bump to stable release

1.01_02 - Thu Jul 19 06:18:35 2012
	* Remove the ::Tie stuff. It should be fully Capture::Tiny
	now.

1.01_01 - Mon May 14 16:05:22 2012
	* David Golden re-did everything with Capture::Tiny
	to get around the odd output paths that we coudn't
	handle with a tie.
2013-09-05 19:09:16 +00:00
wiz
abfa55a4b3 Updated devel/p5-Test-Tester to 0.109 2013-09-05 19:07:16 +00:00
wiz
5e28a3753a Update to 0.109:
0.109

Add minimal support for note and explain (i.e. don't crash).
2013-09-05 19:07:07 +00:00
wiz
8b56c99810 Updated devel/p5-Term-ShellUI to 0.92 2013-09-05 19:05:09 +00:00
wiz
24163d477e Update to 0.92:
0.92: 03 Feb 2012

- Cleanups and fixes for Debian packaging by Boris Peck.
2013-09-05 19:04:59 +00:00
wiz
961b8c6901 Updated devel/p5-Params-Validate to 1.08 2013-09-05 19:04:02 +00:00
wiz
42ee03f739 Update to 1.08:
1.08    2013-06-07

- The handling of defaults in the XS version of validate_pos was broken. The
  default were simply pushed into the returned array, rather than being
  explicitly stored in the right index based on the order of the specs passed
  to validate_pos(). RT #83780.


1.07    2012-10-26

- Params::Validate's XS implementation would overwrite $@ when validation subs
  were called. Patch by Salvador Fandino. RT #80124.

- The use of state in the POD was broken. It only works with scalars. Reported
  by Salvatore Bonaccorso. RT #80250.
2013-09-05 19:03:53 +00:00
wiz
3222dbfbcf Updated devel/p5-IO-Compress to 2.062 2013-09-05 18:58:40 +00:00
wiz
b136f3fc10 Update to 2.062:
2.062 11 August 2013

      * RT#87335: [PATCH] Fix up tests for imminent bleadperl changes

      * RT#84647: typo fixes

      * RT#86814: IO::Compress::Gzip test t/100generic-bzip2.t hangs on Cygwin

  2.061 19 May 2013

      * zipdetails (1.06)
        Get it to cope with Android 'zipalign' non-standard extra fields.
        These are used to make sure that a non-compressed member starts on
        a 4 byte boundary.

      * RT#84647: unzip example with IO::Uncompress::Unzip
2013-09-05 18:58:32 +00:00
wiz
63b714248a Updated devel/p5-IO-HTML to 1.00 2013-09-05 18:57:27 +00:00
wiz
fe71a2a31a Update to 1.00:
1.00   February 23, 2013
	- No code changes, just documentation improvements
	- Document filehandle position set by sniff_encoding
2013-09-05 18:57:18 +00:00
wiz
da8f51f6d5 Updated devel/p5-File-Temp to 0.23 2013-09-05 18:56:16 +00:00
wiz
e7da152af6 Update to 0.23:
---- Release V0.23 CPAN ----

	* Build.PL: Use Module::Build

	* Temp.pm: internally holds absolute path for cleanup (Fixes RT #44924)

	* t/rmtree.t: (new) Test temp dir removal explicitly.

	* t/tempfile.t: Correctly tests directory removal from chdir.

	* Temp.pm: Clean up temp directory on exit even if it is the
	current directory. Patch supplied by Ed Avis and fixes RT #45246.

	* Temp.pm: Defer unlinking tempfiles if initial unlink fails
	instad of croaking; fixes problems on NFS (RT #82720)

	* Temp.pm: Allow leading template to new() for consistency with
	newdir()

	* Temp.pm: Calling tempfile or tempdir as a class method now
	produce a more useful fatal error message

	* Temp.pm: new/newdir/tempfile/tempdir now all allow either
	a leading template argument or a TEMPLATE option

        * Temp.pm: Overload numify with refaddr() in same manner as IO::File
          (closes RT #47397 from Kevin Ryde)
2013-09-05 18:56:06 +00:00
wiz
fae155725a Updated devel/p5-File-Next to 1.12 2013-09-05 18:53:46 +00:00
wiz
8f9352a0ff Update to 1.12:
1.12    Sat Dec 22 15:22:31 CST 2012
    [FIXES]
    Fix detection of named pipes under various flavors of BSD.
2013-09-05 18:53:38 +00:00
wiz
26310aba69 Updated devel/p5-Error to 0.17021 2013-09-05 18:52:52 +00:00
wiz
29695c432b Update to 0.17021:
Aug 27 2013 <shlomif@shlomifish.org> (Shlomi Fish)

  Error.pm #0.17021
  - Fix for the format of the new Carp (in bleadperl)
    - https://rt.cpan.org/Ticket/Display.html?id=88137
    - Thanks to Zefram for the report and patch.

May 03 2013 <shlomif@shlomifish.org> (Shlomi Fish)

  Error.pm #0.17020
  - Correct typos.
    - https://rt.cpan.org/Ticket/Display.html?id=85023
2013-09-05 18:52:42 +00:00
wiz
48ba24e756 Updated textproc/p5-Pod-Coverage to 0.23 2013-09-05 18:51:08 +00:00
wiz
a2e8d7f6f9 Update to 0.23:
0.23    Wednesday 1st May, 2013
        Distinguish 'package didn't compile' from 'package has no
        symbols' (Gareth Tunley)
2013-09-05 18:50:59 +00:00
wiz
e576bcce6a Updated devel/p5-Devel-Symdump to 2.1000 2013-09-05 18:49:38 +00:00
wiz
76ce608920 Update to 2.10:
2013-03-27  k  <k@k83.linux.bogus>

	* release 2.10

	* no change to 2.10-TRIAL

2013-03-24  k  <k@k83.linux.bogus>

	* release 2.10-TRIAL

	* release 2.09-TRIAL

	* address RT#84139: fix test to work with upcoming perl 5.18
	(Thanks to ZEFRAM)

	* fixed the autogen.t test again, this time for perl 5.8.9

2012-05-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* release 2.08_53

	* apply doc patch by Nick Stokoe from ticket #77102

	* declare dependency on Compress::Zlib

2009-03-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* release 2.08_51

	* added a test by Jason M. Mills to chase down the bug he reports
	in https://rt.cpan.org/Ticket/Display.html?id=43675
2013-09-05 18:49:30 +00:00
wiz
ecd2d45ea4 Updated devel/p5-Compress-Raw-Zlib to 2.062 2013-09-05 18:48:35 +00:00
wiz
134e15b4d5 Update to 2.062:
2.062 11 August 2013

      * typo fix
        [#86417]

  2.061 19 May 2013

      * Include zlib 1.2.8 source.

      * typo fix
        [#85431]

      * silence compiler warning by making 2nd parameter to
        DispStream a const char*

      * Mishandling of BUILD_ZLIB=0 option
        [#85492]
2013-09-05 18:48:26 +00:00
wiz
1c2c72d2aa Updated devel/p5-Compress-Raw-Bzip2 to 2.062 2013-09-05 18:47:24 +00:00
wiz
3dc790b765 Update to 2.062:
2.062 11 August 2013

      * No Changes

  2.061 19 May 2013

      * silence compiler warning by making 2nd parameter to
        DispStream a const char*
2013-09-05 18:47:16 +00:00
wiz
cc752ebec4 Updated devel/p5-Package-Stash to 0.36 2013-09-05 18:46:13 +00:00
wiz
70cd1b81fe Update to 0.36:
0.36  2013-09-03
      - support building with PUREPERL_ONLY

0.35  2013-07-09
      - remove old deprecated api
2013-09-05 18:46:02 +00:00
wiz
20cb907044 Updated devel/p5-Package-Stash-XS to 0.28 2013-09-05 18:44:46 +00:00
wiz
e0c564f3e1 Update to 0.28:
0.28  2013-07-16
      - fix test issue (Graham Knop)

0.27  2013-07-15
      - handle magic more correctly in add_symbol and get_or_add_symbol
2013-09-05 18:44:35 +00:00
wiz
bc82b58db3 Updated devel/p5-Dist-CheckConflicts to 0.09 2013-09-05 18:43:35 +00:00
wiz
fc213c3744 Update to 0.09:
0.09  2013-07-19
      - support Perl 5.6.x (Toby Inkster)
2013-09-05 18:43:26 +00:00
wiz
96994e854b Updated devel/p5-Sub-Exporter-GlobExporter to 0.003 2013-09-05 18:42:10 +00:00
wiz
578672984d Update to 0.003:
0.003     2013-04-26 10:41:34 America/New_York
          fix some confusing mistakes in the docs (thanks, George Hartzell)
2013-09-05 18:42:01 +00:00
wiz
16c10c3b21 Updated devel/p5-Module-Implementation to 0.07 2013-09-05 18:41:10 +00:00
wiz
ac166dd45d Update to 0.07:
0.07     2013-07-14

- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
  Nilsen. RT #76809.
2013-09-05 18:41:02 +00:00
wiz
5f7e38ce8d Updated devel/p5-Data-OptList to 0.108 2013-09-05 18:39:43 +00:00
wiz
d2afbd5ae8 Update to 0.108:
0.108     2013-07-05 21:43:56 America/New_York
          repackage, new bug tracker
2013-09-05 18:39:35 +00:00
wiz
07a02b2367 Updated devel/p5-Bit-Vector to 7.3 2013-09-05 18:38:25 +00:00
wiz
79822a5bd8 Update to 7.3:
Version 7.3   01.06.2013

 +  Fixed t/02_____destroy.t to make it pass on perl-5.17.11
2013-09-05 18:38:16 +00:00