Thu Apr 11 05:01:27 2013: Request 84566 was acted upon.
Transaction: Ticket created by [email protected]
Queue: Wx
Subject: Wx/Constant.xs wxUSE_DATAVIEW should be wxUSE_DATAVIEWCTRL
Broken in: 0.9917, 0.9918
Severity: (no value)
Owner: Nobody
Requestors:
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84566 >
Wx-0.9919\Constant.xs has the following conditional
#if wxPERL_USE_DATAVIEW && wxUSE_DATAVIEW && WXPERL_W_VERSION_GE( 2, 9, 0 )
"use Wx::DataView;"
#endif
but the constant is named wxUSE_DATAVIEWCTRL
http://docs.wxwidgets.org/trunk/search.php?query=wxUSE_DATAVIEWCTRL
http://docs.wxwidgets.org/trunk/page_wxusedef.html