#!/usr/bin/perl -w # Tagwire PluginData Cleaner # # $Id$ # # This software is provided as-is. You may use it for commercial or # personal use. If you distribute it, please keep this notice intact. # # Copyright (c) 2005 Hirotaka Ogawa use strict; local $|=1; my($MT_DIR); BEGIN { if ($0 =~ m!(.*[/\\])!) { $MT_DIR = $1; } else { $MT_DIR = './'; } unshift @INC, $MT_DIR . 'lib'; unshift @INC, $MT_DIR . 'extlib'; } use MT; use MT::Blog; use MT::PluginData; print "Content-Type: text/html\n\n"; print <