File: Changes

package info (click to toggle)
libcwd-guard-perl 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 104 kB
  • ctags: 5
  • sloc: perl: 30; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for Perl extension Cwd::Guard

0.04 2013-06-03T02:04:02Z

        - use fchdir when available (ap++)
          It's reliable and faster (http://linux.die.net/man/3/getcwd)

0.03 2013-05-24T00:37:42Z

        - fix packaging issue. remove Makefile.PL 

0.02 2013-05-24T00:29:31Z

        - add Copyright line to POD (RT:85580)
        - re-packaging with Minilla

0.01    Thu Jan 27 16:31:46 2011
        - original version