summaryrefslogtreecommitdiff
path: root/devel/p5-Dir-Self/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Dir-Self/DESCR')
-rw-r--r--devel/p5-Dir-Self/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Dir-Self/DESCR b/devel/p5-Dir-Self/DESCR
new file mode 100644
index 00000000000..af1af336101
--- /dev/null
+++ b/devel/p5-Dir-Self/DESCR
@@ -0,0 +1,4 @@
+Perl has two pseudo-constants describing the current location in
+your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
+adds __DIR__, which expands to the directory your source file is
+in, as an absolute pathname.