package XUL::Node::Application::PeriodicTable::Base; use strict; use warnings; use Carp; use XUL::Node; sub new { bless {}, shift } 1;