r45573 - /branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Sat Oct 10 10:57:39 UTC 2009


Author: ryan
Date: Sat Oct 10 10:57:35 2009
New Revision: 45573

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45573
Log:
okay, a few more classes

Modified:
    branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny

Modified: branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny?rev=45573&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny (original)
+++ branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny Sat Oct 10 10:57:35 2009
@@ -11,3 +11,15 @@
  my $blocker;
  if( Wx::wxVERSION >= 2.009 ) {
      $blocker = Wx::EventBlocker->new( $frame );
+@@ -42,9 +42,9 @@
+ my $vidmode = Wx::VideoMode->new;
+ my $variant = Wx::Variant->new( 1 );
+ my $sound = Wx::Sound->new;
+-my $animation = Wx::Animation->new;
++#my $animation = Wx::Animation->new;
+ my $dc = Wx::ScreenDC->new;
+-my $dcclipper = Wx::DCClipper->new( $dc, 20, 20, 40, 40 );
++#my $dcclipper = Wx::DCClipper->new( $dc, 20, 20, 40, 40 );
+ my $notification;
+ if( Wx::wxVERSION >= 2.009 ) {
+     $notification = Wx::NotificationMessage->new( 'Test' );




More information about the Pkg-perl-cvs-commits mailing list