The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes on 2017-02-05 for repository at:
  Fetch URL: git@github.com:abeltje/lc_time.git
  Push  URL: git@github.com:abeltje/lc_time.git

Enjoy!

________________________________________________________________________________
[135fcbb] by abeltje on Sun, 5 Feb 2017 14:38:20 +0100

     Fix test


M	t/10-basic.t
________________________________________________________________________________
[0fe0e33] by abeltje on Sun, 24 May 2015 12:37:30 +0200

     Autocommit for distribution lc_time 0.12 (minor)


M	Changes
M	debian/changelog
M	lib/lc_time.pm
________________________________________________________________________________
[975f785] by abeltje on Sun, 24 May 2015 12:35:40 +0200

     Tweak Makefile.PL (more META stuff)


M	Makefile.PL
________________________________________________________________________________
[f2a65d9] by abeltje on Fri, 15 May 2015 14:15:49 +0200

     Autocommit for distribution lc_time 0.11_02 (test)


M	Changes
M	debian/changelog
M	lib/lc_time.pm
________________________________________________________________________________
[47687d9] by abeltje on Fri, 15 May 2015 14:10:57 +0200

     Signal OpenBSD is not supported.

        OpenBSD doesn't support LC_TIME, so no use for CPANTester to look at
        it.


M	Makefile.PL
M	t/10-basic.t
________________________________________________________________________________
[ce9d259] by Abe Timmerman on Tue, 5 May 2015 09:29:12 +0200

     Autocommit for distribution lc_time 0.11_01 (test)


M	Changes
M	debian/changelog
M	lib/lc_time.pm
________________________________________________________________________________
[3d3d7a7] by Abe Timmerman on Tue, 5 May 2015 08:35:00 +0200

     BUGFix: perl-5.21.1 changed POSIX::strftime

        POSIX::strftime was changed by
        9717af6d049902fc887c412facb2d15e785ef1a4 to decode the result
        (%a/%A/%b/%B) if the current locale is UTF-8. lc_time::strftime()
        will still also decode for other encodings like 
        ISO8859-*/Big5/KOI8/CP*.


M	lib/lc_time.pm
________________________________________________________________________________
[5269f51] by abeltje on Sun, 22 Sep 2013 11:13:02 +0200

     Autocommit for distribution lc_time 0.11


M	Changes
M	debian/changelog
M	lib/lc_time.pm
________________________________________________________________________________
[11cbfc0] by abeltje on Sun, 22 Sep 2013 10:33:29 +0200

    
        * try a version that works for both perl and debian


M	lib/lc_time.pm
________________________________________________________________________________
[f38653f] by abeltje on Sat, 21 Sep 2013 10:45:31 +0200

     Add the automatically generated Changes file, fix version.


A	Changes
M	MANIFEST
M	lib/lc_time.pm
________________________________________________________________________________
[73a93a4] by abeltje on Sun, 15 Sep 2013 14:50:19 +0200

    
        * More HP-UX test fixing


M	t/10-basic.t
________________________________________________________________________________
[f7658e0] by abeltje on Sun, 15 Sep 2013 14:18:44 +0200

     Fix testsuite for HP-UX.


M	t/10-basic.t
________________________________________________________________________________
[7ff2104] by abeltje on Sun, 15 Sep 2013 10:43:47 +0200

     Add the README file


M	MANIFEST
A	README
________________________________________________________________________________
[11d1c74] by abeltje on Sat, 14 Sep 2013 18:14:12 +0200

     Make it more distributable:
         - Add POD
         - Add xt/ tests
         - Fix MANIFEST[.SKIP]


M	MANIFEST
M	MANIFEST.SKIP
M	Makefile.PL
M	lib/lc_time.pm
A	xt/00-compile.t
A	xt/10-manifest.t
A	xt/20-pod.t
A	xt/30-pod-coverage.t
________________________________________________________________________________
[9a88f5c] by abeltje on Mon, 9 Sep 2013 06:23:56 +0200

     Do not try to decode() if there is no encoding found. Use the right
        constant for LC_TIME to check if nothing changed.


M	lib/lc_time.pm
M	t/10-basic.t
________________________________________________________________________________
[1c40896] by abeltje on Mon, 9 Sep 2013 00:38:47 +0200

     Fix MSWin32 issues.


M	lib/lc_time.pm
M	t/10-basic.t
________________________________________________________________________________
[c578424] by abeltje on Sun, 8 Sep 2013 23:21:53 +0200

     Fix typos.


M	lib/lc_time.pm
________________________________________________________________________________
[567cf71] by abeltje on Sun, 8 Sep 2013 23:20:25 +0200

     fix typo.


M	t/10-basic.t
________________________________________________________________________________
[04e7a9e] by abeltje on Sun, 8 Sep 2013 23:19:03 +0200

     Make the code a bit more portable...


M	lib/lc_time.pm
M	t/10-basic.t
________________________________________________________________________________
[be4bb5b] by abeltje on Sun, 8 Sep 2013 17:20:35 +0200

    
        * Make code en tests work on linux (ubuntu).


M	lib/lc_time.pm
M	t/10-basic.t
________________________________________________________________________________
[8f67d19] by abeltje on Sun, 8 Sep 2013 13:40:01 +0200

     Initial checkin.


A	.gitignore
A	MANIFEST
A	MANIFEST.SKIP
A	Makefile.PL
A	debian/changelog
A	debian/compat
A	debian/control
A	debian/copyright
A	debian/rules
A	lib/lc_time.pm
A	t/10-basic.t