8
0

- update to 1.001

- updated docs to clarify that pushd() and tempd() croak on errors
   - if tempd() croaks, error appears at tempd()'s caller, not from within
     tempd() itself
   - warnings enabled if perl version >= 5.006
   - adds 'untaint_pattern' option with a passable default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-pushd?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2011-12-20 20:20:37 +00:00
committed by Git OBS Bridge
parent 867c128217
commit b7fde19147
3 changed files with 37 additions and 33 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 20 20:09:55 UTC 2011 - coolo@suse.com
- update to 1.001
- updated docs to clarify that pushd() and tempd() croak on errors
- if tempd() croaks, error appears at tempd()'s caller, not from within
tempd() itself
- warnings enabled if perl version >= 5.006
- adds 'untaint_pattern' option with a passable default
-------------------------------------------------------------------
Wed Dec 1 13:32:24 UTC 2010 - coolo@novell.com