Skip to content

Commit

Permalink
Update 0.32 to 0.42
Browse files Browse the repository at this point in the history
-------------------
0.42      2015-02-14
        - improve deprecation docs

0.41      2015-02-14
        [DEPRECATIONS]
        - revert the decision to not deprecate UMASK=0, re-deprecating GH #5

0.40      2013-11-15
        - fix prototype mismatch with chmod() when autodie is used. GH #3 (arrestee)
        [DEPRECATIONS]
        - undeprecating the default of $UMASK is true
          tested against my local chmod and it does obey umask. This will no
          longer be removed.

0.39      2013-09-14
        - fix tests failing to run as user with override privileges
          RT #88543 ( zefram )
        - add more tests

0.38      2013-09-09
        - fix sticky bit tests for BSD ( Slaven ReziÄ<87> )
        - disable windows tests

0.37      2013-09-08
        - verify and fix RT #78107 chmod('o+t') should set sticky-bit like unix
          chmod o+t

0.36      2013-09-08
        - improve Pod using Pod::Weaver, this will allow better linking on web
          interfaces

0.35      2013-09-08
        - add read/write tests
        - remove REVISIONS from pod
        - add Test::PodSpelling, and fix spelling errors

0.34      2013-09-08
        - fix basic.t to not fail on windows

0.33      2013-09-07
        [DEPRECATIONS]
        - $UMASK is true, this behavior is surprising if you're used to UNIX chmod
        [NEWS]
        - new maintainer Caleb Cushing
        - migrate to Dist::Zilla
        - add tests (note test failures are likely to be a result of new tests,
          the code hasn't really changed)
  • Loading branch information
mef committed Feb 9, 2016
1 parent bb6a1d5 commit 1e48f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions sysutils/p5-File-chmod/Makefile
@@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.9 2015/06/12 10:51:15 wiz Exp $
# $NetBSD: Makefile,v 1.10 2016/02/09 13:24:45 mef Exp $
#

DISTNAME= File-chmod-0.32
DISTNAME= File-chmod-0.42
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
CATEGORIES= perl5 sysutils
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}

MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PI/PINYAN/
COMMENT= Perl API-Implements symbolic and ls chmod modes
LICENSE= ${PERL5_LICENSE}

PERL5_PACKLIST= auto/File/chmod/.packlist

Expand Down
10 changes: 5 additions & 5 deletions sysutils/p5-File-chmod/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/04 01:32:24 agc Exp $
$NetBSD: distinfo,v 1.3 2016/02/09 13:24:45 mef Exp $

SHA1 (File-chmod-0.32.tar.gz) = fd4d6b0d14ac484fe8060c3db604ad0b067e8ac2
RMD160 (File-chmod-0.32.tar.gz) = 523a907ac86e6f7f00681eefca4b9ed2dfa61b26
SHA512 (File-chmod-0.32.tar.gz) = 80adabb9a7ea7491901915e2c9e8c482b0e91674ccc4162d3b4f2a92fbe45a270ab3fd51c7d49fea09f378d62d3cb0f68e580133b23025e04a1365a43885bdf3
Size (File-chmod-0.32.tar.gz) = 7200 bytes
SHA1 (File-chmod-0.42.tar.gz) = 9d14773532ad6c6b1e3b3f45a67d994340d79635
RMD160 (File-chmod-0.42.tar.gz) = c127abeb2776e9960ba29758e8da505ca8ee4a8f
SHA512 (File-chmod-0.42.tar.gz) = 1b6bc41c43434914c0cb160a063f4cc6cbdfef85233b962c5a6885a23aebd7cafe05eb2d59253c7dc7f1cd323cdd3888d82a6ce19a9b7a00aaa8212d40c064d8
Size (File-chmod-0.42.tar.gz) = 24940 bytes

0 comments on commit 1e48f15

Please sign in to comment.