use Test::More;
+# Don't run tests for installs
+ unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
+ plan( skip_all => "Author tests not required for installation" );
+ }
+
+
# This is stolen for Gabor's examples in padre's SDL plugin
sub surface_leak()
{