Changeset 66

Show
Ignore:
Timestamp:
03/02/05 12:56:00
Author:
brad
Message:

Added keyword tag to Perl code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/spamlookup/mt-spamlookup.cgi

    • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
    r62 r66  
    11#!/usr/bin/perl -w 
     2 
     3# SpamLookup 
     4# A plugin for Movable Type 
     5# Copyright (c) 2004-2005, Brad Choate and Tobias Hoellrich 
     6# 
     7# $Id$ 
    28 
    39use CGI qw(-debug); 
  • trunk/plugins/spamlookup/spamlookup.pl

    • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
    r62 r66  
     1# SpamLookup 
     2# A plugin for Movable Type 
     3# Copyright (c) 2004-2005, Brad Choate and Tobias Hoellrich 
     4# 
     5# $Id$ 
     6 
    17package MT::Plugin::SpamLookup; 
    28