diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-14 21:21:22 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-14 21:21:22 +0000 |
commit | af29c7ba624fbd8872b4cfb816712b9513486e98 (patch) | |
tree | 1c10127d91ba1bfbd4327898a10faf8644bf1638 /devel/p5-Dir-Project/pkg-descr | |
parent | bcecb3957b2d66f91b24d3cc5c65fe4c60c9ce97 (diff) |
Notes
Diffstat (limited to 'devel/p5-Dir-Project/pkg-descr')
-rw-r--r-- | devel/p5-Dir-Project/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Dir-Project/pkg-descr b/devel/p5-Dir-Project/pkg-descr new file mode 100644 index 000000000000..e82b0c480051 --- /dev/null +++ b/devel/p5-Dir-Project/pkg-descr @@ -0,0 +1,8 @@ +Dir::Project provides a way to locate a source-controlled directory +(CVS, Subversion, Perforce, etc) using only the current working +directory (cd). This prevents users from having to set other +environment variables when they switch between areas, and allows +scripts and such inside the directory to be executed without changing +the user's PATH. + +WWW: http://search.cpan.org/dist/Dir-Project/ |