File: 00-load.t

package info (click to toggle)
libgtk2-notify-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 420 kB
  • sloc: perl: 1,410; makefile: 9; sh: 7; ansic: 6
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'Gtk2::Notify' );
}

diag( "Testing Gtk2::Notify $Gtk2::Notify::VERSION, Perl $], $^X" );