| Name: | perl-Dir-Self |
|---|---|
| Version: | 0.11 |
| Release: | 20.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 4788 |
| License: | GPL+ or Artistic |
| RPM: | perl-Dir-Self-0.11-20.el9.noarch.rpm |
| Source RPM: | perl-Dir-Self-0.11-20.el9.src.rpm |
| Build Date: | Tue Feb 08 2022 |
| Build Host: | build-ol9-x86_64.oracle.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. |