Skip to content

Commit 41178c4

Browse files
authored
Merge pull request #34 from metacpan/mickey/cleanup
syntax consistency
2 parents e98d259 + 1b720fd commit 41178c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/watcher.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
my $es_file = MetaCPAN::ES->new( type => "file" );
3030

3131
my $latest = 0;
32-
my @segments = qw(1h 6h 1d 1W 1M 1Q 1Y Z);
32+
my @segments = qw< 1h 6h 1d 1W 1M 1Q 1Y Z >;
3333

3434
while (1) {
3535
$latest = eval { latest_release() };

0 commit comments

Comments
 (0)