Next | Query returned 42 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2015-10-15 04:51:21 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.23

Upstream changes:
2.23  Wed Oct 14 09:11:00 2015
	- Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it \ 
can't, another
		version of the code will have to be released.
	- Fix read() and write() so they work on files called '0' (zero). See RT#107754.
		Many thanx to Григорий \ 
Кудренко for the report and patch.
	- Add t/05.zero.t and t/0 to test the new code.
	- Reformat the source slightly.
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-03-16 00:06:00 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 2.20 to 2.22
-------------------
2.22  Tue Feb 17 08:32:00 2015
        - Fix licence info in Makefile.PL to say Perl.

2.21  Mon Feb 16 08:59:00 2015
        - Patch Makefile.PL to refer to the current repo, which is on
                github, and not the original one, which is on Adam's web
                site. See RT#102125.
        - Remove Build.PL because Karen Etheridge tells me Module::Build is
                no longer in core.  See RT#102126.
        - Edit line lengths in this file to a max of 100 chars.
        - Edit line lengths in the docs the same way.
        - Expand the See Also section of the docs.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2013-12-12 07:29:58 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.20

Upstream changes:
2.20  Sun Nov 24 10:52:00 2013
	- Relax pre-req version requirements

2.19  Sun Sep 15 09:16:00 2013
	- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => \ 
'lib/Config/Tiny.pm'.
		Reported by Jean-Louis Morel. See RT#88670.

2.18  Sat Sep 14 10:03:00 2013
	- Remove obsolete and wrong version # from Makefile.PL.
		Reported by Jean-Louis Morel. See RT#88658.
	- Implement Kevin Ryde's suggestion to test if read() will return undef.
		If so, set an error message and (still) return undef.

2.17  Fri Sep 13 12:41:00 2013
	- Remove the file tests -efr during calls to read(). The open() tests for any error.
		Also, the -f test was reporting /dev/null as a directory, not a file.
		Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
	- Clean up some error messages slightly.

2.16  Fri Sep  6 11:54:00 2013
	- Replace Path::Tiny with File::Spec, because the former's list of dependencies \ 
is soooo long :-(.
		Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
		See: RT#88435 (for Tree::DAG_Node) for an explanation.

2.15  Sun Aug  4 14:59:00 2013
	- Clean up the shambolic dates in this file.
	- Add a note under Caveats about setting options more that once. Only the first \ 
case is respected.
		Thanx to Kimmel K. See RT#69795.
	- Add a $encoding parameter to read_file() and write_file(). See docs for details.
		Add t/04.utf8.t and t/04.utf8.txt.
		Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
	- For BSD-based systems, when writing a file during tests, use:
		my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK \ 
=> 0, TMPDIR => 1);
	- Rename t/*.t files. I use '.' rather than '_' in file names because the \ 
latter is a shift char.
	- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
	- Add an FAQ to the docs.
	- Clean up the docs.
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2011-08-10 10:38:37 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on

Next | Query returned 42 messages, browsing 21 to 30 | Previous