From 8d7d1d2595c2c3475ec27d07d8544e345dab5851 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Fri, 6 Mar 2009 21:13:18 +0100 Subject: Added more language modules, threw things about a bit. --- lib/LXRng/Lang/Generic.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/LXRng/Lang/Generic.pm') diff --git a/lib/LXRng/Lang/Generic.pm b/lib/LXRng/Lang/Generic.pm index 82e9b9d..3e1f545 100644 --- a/lib/LXRng/Lang/Generic.pm +++ b/lib/LXRng/Lang/Generic.pm @@ -40,4 +40,9 @@ sub expand_include { return (); } +sub mangle_sym { + my ($self, $sym) = @_; + return $sym; +} + 1; -- cgit v1.2.3