Skip to content

Commit

Permalink
add sample of outputter
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Dec 18, 2011
1 parent 7c28d1f commit 45c1a99
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sample/sample_outputter_null.pl
@@ -0,0 +1,11 @@
#!perl
use strict;
use warnings;

print "I love Common Lisp\n";

#
# Local Variables:
# quickrun-option-outputter: null
# End:
#
11 changes: 11 additions & 0 deletions sample/sample_outputter_variable.pl
@@ -0,0 +1,11 @@
#!perl
use strict;
use warnings;

print "I love Perl too\n";

#
# Local Variables:
# quickrun-option-outputter: variable:test-variable
# End:
#

0 comments on commit 45c1a99

Please sign in to comment.