From 417c1eca87008a73d0c1622a2d824e433e261868 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 17 Sep 2008 15:15:40 +0000 Subject: make perl happy (it says: \1 better written as $1 at any.pm) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 7257223b7..badf40499 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -902,7 +902,7 @@ sub display_release_notes { } # workaround too small fonts: - $release_notes =~ s!()!\1 !x; -- cgit v1.2.1