Skip to content

Commit

Permalink
author utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Jun 15, 2012
1 parent 4865c27 commit 1608c2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions author/test.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env perl
use strict;
use warnings;
use utf8;
use 5.010000;
use autodie;

use File::Zglob;

my $pattern = shift or die "Usage: $0 'pattern'";
say $_ for zglob($pattern);

0 comments on commit 1608c2c

Please sign in to comment.