From fdbb0c8b8f18a6bdecbed79bd540d196e3f5f2e9 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Thu, 6 Mar 2003 06:18:53 +0000 Subject: [PATCH] Pull in Constants :slashd. --- plugins/Blob/clean_blobs.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Blob/clean_blobs.pl b/plugins/Blob/clean_blobs.pl index 7b6687da6..d9455b8ba 100644 --- a/plugins/Blob/clean_blobs.pl +++ b/plugins/Blob/clean_blobs.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w use strict; +use Slash::Constants ':slashd'; use Slash::Display; use vars qw( %task $me );