SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/p5-File-chdir/pkg/DESCR
Normal file
7
devel/p5-File-chdir/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Perl's chdir() has the unfortunate problem of being very, very, very
|
||||
global. If any part of your program calls chdir() or if any library you
|
||||
use calls chdir(), it changes the current working directory for the
|
||||
whole program.
|
||||
|
||||
File::chdir gives you an alternative, $CWD and @CWD. These two
|
||||
variables combine all the power of chdir(), File::Spec and Cwd.
|
3
devel/p5-File-chdir/pkg/PLIST
Normal file
3
devel/p5-File-chdir/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/chdir.pm
|
||||
@man man/man3p/File::chdir.3p
|
Loading…
Add table
Add a link
Reference in a new issue