Skip to content

Instantly share code, notes, and snippets.

@typester
Created January 27, 2009 02:24
Show Gist options
  • Save typester/53130 to your computer and use it in GitHub Desktop.
Save typester/53130 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
print "Test!\n";
use Test::More tests => 1;
ok("ok");
print "test2";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment