File: Changes

package info (click to toggle)
libany-template-processdir-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: perl: 248; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Revision history for Template-Any-ProcessDir

** denotes an incompatible change

0.08  Feb 7, 2015

- dist.ini and POD fixes - oaxlin

0.07  May 14, 2012

- Make writability test author-only as it does not work on all cpantesters

0.06  Dec 1, 2011

- Pass full path to ignore_files

0.05  Nov 29, 2011

- Don't chmod non-template files in single-dir mode

0.04  Nov 27, 2011

- Allow result files to be generated inside same dir instead of separate dir
- Document that process_file and process_text take object as second arg

0.03  Jun 15, 2011

- Ignore errors when symlinking, e.g. for win32

0.02  Jun 5, 2011

- Add process_file as alternative to process_text

0.01  Dec 3, 2009

- Initial version