Can I suggest two other bundles that I'm willing to maintain (they shouldn't need much alteration anyway. Not like the full bundle!)
Bundle::DateTime::Minimal is the minimum needed to install and use DateTime.pm
Bundle::DateTime::Basic contains the above, plus the extra modules required for Sets and Spans as well as the main Format modules
Maybe we could also look at Bundle::DateTime::Formatters to quick-install all the formatters and Bundle::DateTime::Events to quick-install all events and DateTime::Bundle::Calendars to install all the calendars. That's more work though ...
package Bundle::DateTime::Minimal; Class::Factory::Util 1.3 - prereq's of DateTime Params::Validate 0.52 Test::More 0 Time::Local 1.04 Class::Singleton 1.03 - prereq of DT::TimeZone DateTime::Locale 0.03 - needed by DateTime DateTime::TimeZone 0.25 - needed by DateTime DateTime
package Bundle::DateTime::Basic; Bundle::DateTime::Minimal; DateTime::Set DateTime::Format::Strptime -- needed by DT::F::Builder DateTime::Format::Builder -- prereq of several other formats
