# $Id$ package Handel::Checkout::Plugin::NotISAPlugin; use strict; use warnings; sub new { return bless {}, shift; }; 1;