mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5a86e09145
Approved by: portmgr (blanket infrastructure)
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
Perl has two pseudo-constants describing the current location in your source
|
|
code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the
|
|
directory your source file is in, as an absolute pathname.
|
|
|
|
WWW: http://search.cpan.org/dist/Dir-Self/
|