01 ########################################### 02 package SplashJumper; 03 ########################################### 04 # 2010, Mike Schilli 05 use strict; 06 use warnings; 07 use Module::Pluggable require => 1; 08 09 sub new { 10 bless {}, shift; 11 } 12 13 1;