summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/universal.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/universal.c')
-rw-r--r--gnu/usr.bin/perl/universal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/universal.c b/gnu/usr.bin/perl/universal.c
index 4ab796f4e10..10f600b6d5f 100644
--- a/gnu/usr.bin/perl/universal.c
+++ b/gnu/usr.bin/perl/universal.c
@@ -14,6 +14,10 @@
* beginning." --Gandalf, relating Gollum's story
*/
+/* This file contains the code that implements the functions in Perl's
+ * UNIVERSAL package, such as UNIVERSAL->can().
+ */
+
#include "EXTERN.h"
#define PERL_IN_UNIVERSAL_C
#include "perl.h"