Name: | perl-Dir-Self |
---|---|
Version: | 0.11 |
Release: | 14.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 4788 |
License: | GPL+ or Artistic |
RPM: | perl-Dir-Self-0.11-14.el8.noarch.rpm |
Source RPM: | perl-Dir-Self-0.11-14.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Dir-Self |
Summary: | A __DIR__ constant for the directory your source file is in |
Description: | 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. |