Fix wxPerl warning annoyance

This commit is contained in:
Vojtech Kral 2018-04-18 18:48:32 +02:00
parent fa97a86751
commit c3c9ebdd12

View File

@ -277,5 +277,6 @@ sub system_info
# this package declaration prevents an ugly fatal warning to be emitted when
# spawning a new thread
package GLUquadricObjPtr;
package Wx::Printout;
1;