We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98d259 + 1b720fd commit 41178c4Copy full SHA for 41178c4
bin/watcher.pl
@@ -29,7 +29,7 @@
29
my $es_file = MetaCPAN::ES->new( type => "file" );
30
31
my $latest = 0;
32
-my @segments = qw(1h 6h 1d 1W 1M 1Q 1Y Z);
+my @segments = qw< 1h 6h 1d 1W 1M 1Q 1Y Z >;
33
34
while (1) {
35
$latest = eval { latest_release() };
0 commit comments