From 793280a6f57c52ef720bdba7aa15cd38c8292e25 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Thu, 29 Dec 2011 14:51:34 -0500 Subject: Remove unnecessary regexp anchor. --- lib/metas/perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metas/perl b/lib/metas/perl index ba2cfa1..b53cd61 100755 --- a/lib/metas/perl +++ b/lib/metas/perl @@ -86,7 +86,7 @@ http://search.cpan.org/CPAN/authors/id/$cpath END_META - my $file = $cpath; $file =~ s{^.*/}{}; + my $file = $cpath; $file =~ s{.*/}{}; system('perl-dist', $file); return $?; } -- cgit v1.2.3-24-g4f1b