summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2002-08-28 18:13:48 -0400
committerhv <hv@crypt.org>2002-08-30 13:42:02 +0000
commitc4ad9016a8220a44d6c66b16fddf79789ba24f62 (patch)
tree7cb863593c0e76bb027f7fb59460105f85f71737 /universal.c
parentae90f3d370e13a58cdd59bae19ef996589892bb9 (diff)
downloadperl-c4ad9016a8220a44d6c66b16fddf79789ba24f62.tar.gz
Tweaks to Bleadperl Version Object Support
Message-ID: <3D6D835C.50809@rowman.com> p4raw-id: //depot/perl@17819
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/universal.c b/universal.c
index 4a879e9750..7e80da2e72 100644
--- a/universal.c
+++ b/universal.c
@@ -192,6 +192,7 @@ Perl_boot_core_UNIVERSAL(pTHX)
sv_inc(sv);
SvSETMAGIC(sv);
/* Make it findable via fetchmethod */
+ newXS("version::()", XS_version_noop, file);
newXS("version::new", XS_version_new, file);
newXS("version::(\"\"", XS_version_stringify, file);
newXS("version::stringify", XS_version_stringify, file);