App-Chart
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
'constant::defer' => 0,
'Date::Calc' => '5.0', # 5.0 for various Localtime() etc
'Date::Parse' => 0,
'DBI' => 0,
'DBI::Const::GetInfoType' => 0, # in DBI 1.22 or higher
# version 1.20 for fix resetting after an error like column not found
# (RT ticket 30558 on version 1.14. The debian 1.14-2 had a patch which
# worked.)
# version 1.27 for its incompatible change "sqlite_unicode"
'DBD::SQLite' => 1.27,
'Encode::Locale' => 0,
# think 0.61 is good, to get undef for a non-existent $HOME
'File::HomeDir' => 0.61,
# builtin in perl 5.10, but also separately on CPAN, maybe
'File::Spec' => 0,
# FIXME: actually only for LME which is a bit broken, though also used
# in Manual.t tests
'File::Slurp' => 0,
# builtin since perl 5.6 which is what Gtk2 needs anyway, but it's also
# published separately (and newer) on CPAN; probably any version ok
'File::Temp' => 0,
# version 1.200 for Glib::strerror
# version 1.220 for SOURCE_REMOVE constants, and callback ref leaks
'Glib' => '1.220',
'Glib::Object::Subclass' => 0,
'Glib::Ex::ConnectProperties' => 18, # v.18 for textbuffer#not-empty
# my Glib-Ex-ObjectBits
'Glib::Ex::FreezeNotify' => 1,
'Glib::Ex::SignalIds' => 16, # v.16 for global destruction
'Glib::Ex::SourceIds' => 2, # new in v.2
'Glib::Ex::SignalBits' => 9, # new in v.9
'Glib::Ex::ObjectBits' => 12, # v.12 for set_property_maybe()
# version 1.200 for auto-release Gtk2::GC, TreeModelFilter modify_func, ...
# version 1.220 for EVENT_PROPAGATE constant, Gtk2::BindingSet, ...
'Gtk2' => '1.220',
'Gtk2::Pango' => 0,
# my Gtk2-Ex-Xor
'Gtk2::Ex::CrossHair' => 17, # v.17 for arrayref copy
'Gtk2::Ex::Lasso' => 1,
# my Gtk2-Ex-WidgetBits
'Gtk2::Ex::WidgetBits' => 10,
'Gtk2::Ex::AdjustmentBits' => 47, # v.47 for set_empty()
'Gtk2::Ex::ActionTooltips' => 10, # new in version 10
'Gtk2::Ex::EntryBits' => 11, # new in version 11
'Gtk2::Ex::GdkBits' => 23, # v.23 for window_clear_region
'Gtk2::Ex::KeySnooper' => 3,
'Gtk2::Ex::MenuBits' => 17, # new in version 17
'Gtk2::Ex::PixbufBits' => 35, # new in version 35
'Gtk2::Ex::Statusbar::Message' => 47, # new in version 47
'Gtk2::Ex::Statusbar::MessageUntilKey' => 11, # new in version 11
'Gtk2::Ex::TableBits' => 47, # new in version 47
'Gtk2::Ex::TreeModelBits' => 16,
'Gtk2::Ex::TreeViewBits' => 8, # new in version 8
'Gtk2::Ex::TextBufferBits' => 18, # new in version 18
'Gtk2::Ex::TreeModelFilter::Change' => 9, # new in version 9
'Gtk2::Ex::TreeModel::ImplBits' => 17, # new in version 17
'Gtk2::Ex::Units' => 13, # new in version 13
'Gtk2::Ex::WidgetEvents' => 21, # new in version 21
'Gtk2::Ex::DateSpinner' => 2,
'Gtk2::Ex::DateSpinner::CellRenderer' => 0, # in datespinner version 2
'Gtk2::Ex::Dragger' => 2, # version 2 for keyboard moves while dragging
# my Gtk2-Ex-ErrorTextDialog
# version 2 for warnings with compile errors
'Gtk2::Ex::ErrorTextDialog' => 2,
'Gtk2::Ex::ErrorTextDialog::Handler' => 2,
'Gtk2::Ex::TextView::FollowAppend' => 1,
'Gtk2::Ex::History' => 1,
'Gtk2::Ex::History::Action' => 1,
'Gtk2::Ex::ListModelConcat' => 1,
'Gtk2::Ex::MenuView' => 1,
'Gtk2::Ex::NoShrink' => 2, # version 2 losing dubious "-1" bits
'Gtk2::Ex::NumAxis' => 4, # version 4 preferred for scrolling
'Gtk2::Ex::TickerView' => 7, # version 7 for bug fixes
'Gtk2::Ex::TreeModelFilter::Draggable' => 0,
'Gtk2::Ex::WidgetCursor' => 8, # version 8 to get SpinButton in Gtk 2.14
# FIXME: version 2.10 has Gtk '-init' which tries to open the display ...
'Gtk2::Ex::Datasheet::DBI' => 0,
'HTML::LinkExtor' => 0, # part of HTML::Parser, only for RBA actually
'HTML::TableExtract' => 0,
'HTML::TreeBuilder' => 0, # only for LME plastics hack actually
# Yahoo quotes and daily
'JSON' => 0,
# anything Archive::Zip is happy with is enough, 1.07 looks likely
'IO::String' => '1.07',
# Perl-Lisp dist, only for the Emacs interface actually
# think at least 0.04 to read nil as undef
'Lisp::Reader' => 0.04,
'Lisp::Printer' => 0,
'Lisp::Symbol' => 0,
# verison 0.13 apparently for memory leaks in subr args like after()
# version 0.10 for minmax()
# version 0.22 xsubs had some problems,
# - minmax() on one arg looks at the wrong bit of stack
# - apply() and part() don't cope with stack growth
# The minmax() bit affected App::Chart::Gtk2::Graph.
# 0.24 might be fixed.
#
'List::MoreUtils' => '0.24',
# version 1.19 for N__() in scalar context
# (Locale::Messages in 1.16 didn't declare a version, it was only in
# Locale::TextDomain until 1.17 or 1.18 or something)
'Locale::TextDomain' => '1.19',
'Locale::Messages' => '1.19',
'LWP' => '5.814', # version 5.814 for new HTTP::Message::decodable()
# parts of lwp used explicitly, some of which are separate now
'LWP::UserAgent' => 0,
'HTTP::Cookies' => 0,
'HTTP::Message' => '5.814',
'HTTP::Request' => 0,
'HTML::Form' => 0,
'Math::Round' => 0,
'Module::Find' => 0.06, # version 0.06 avoids duplicates
'Module::Util' => 0,
'Module::Pluggable' => 0,
# version 1.60 for fixups to initializing in locales like de_DE with "."
# as the monetary thousands sep
'Number::Format' => '1.60',
'PerlIO::via::EscStatus' => 2, # version 2 fixing erase on close
# parts of EscStatus used explicitly
( run in 0.501 second using v1.01-cache-2.11-cpan-e1769b4cff6 )