From a8f5baca6ea81b99e9389f2918c75fd6f514b809 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 7 Oct 2003 06:35:56 +0000 Subject: [PATCH] +gsmperl --- Project.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.pm b/Project.pm index e22eaf6..2b916af 100644 --- a/Project.pm +++ b/Project.pm @@ -52,6 +52,7 @@ my($class,$ListItem)=@_; my %known=( "active"=>"Ready to use. Project is now actively developed.", "ready"=>"Ready to use. Maintained.", + "pending"=>"Patch is ready to be applied to the mainstream.", "dead"=>"Dead code, no longer supported.", "merge"=>"Functions belong to existing other project.", "obsolete"=>"Obsoleted.", -- 1.8.3.1