Skip to content

Commit

Permalink
Describe this example, and add stricture.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Sep 2, 2009
1 parent 3b628b6 commit 37e238f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/eg-10-setup.pl
@@ -1,4 +1,6 @@
#!/usr/bin/perl #!/usr/bin/env perl

# Exercise the new "setup" option for Emitter and Observer traits.


{ {
package Counter; package Counter;
Expand Down Expand Up @@ -48,6 +50,9 @@
} }
} }


use warnings;
use strict;

my $w = Watcher->new(); my $w = Watcher->new();
Stage->run_all(); Stage->run_all();
exit; exit;

0 comments on commit 37e238f

Please sign in to comment.