]> git.donarmstrong.com Git - debbugs.git/commitdiff
readbug has moved to Debbugs::Status
authorDon Armstrong <don@volo>
Sat, 17 Feb 2007 21:21:36 +0000 (13:21 -0800)
committerDon Armstrong <don@volo>
Sat, 17 Feb 2007 21:21:36 +0000 (13:21 -0800)
Debbugs/Estraier.pm

index 2aa12fba3eaa5ad84617abc796c1055a47a6d9b0..a079a20c9de0019831aaa087ace12171e019ec71 100644 (file)
@@ -27,8 +27,8 @@ use Debbugs::Log;
 #use Params::Validate;
 use Search::Estraier;
 use Date::Manip;
-use Debbugs::Common qw(getbuglocation getbugcomponent readbug);
-
+use Debbugs::Common qw(getbuglocation getbugcomponent);
+use Debbugs::Status qw(readbug);
 
 BEGIN{
      ($VERSION) = q$Revision: 1.3 $ =~ /^Revision:\s+([^\s+])/;