package inc::Installer::OptionsProviderI; use strict; use base 'inc::Installer'; sub Options { __PACKAGE__->throw( 'Installer::Exceptions::NotImplemented', 'Not implemented!' ); } sub OptionsHelp { __PACKAGE__->throw( 'Installer::Exceptions::NotImplemented', 'Not implemented!' ); } 1;