Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
s/darwin/macosx/
  • Loading branch information
FROGGS committed Nov 4, 2014
1 parent d48006c commit d6f5ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.pl
Expand Up @@ -56,7 +56,7 @@
ORDER BY id DESC');
$sth.execute($distname);
my %reports;
my @osnames = <linux mswin32 darwin netbsd openbsd freebsd solaris>;
my @osnames = <linux mswin32 macosx netbsd openbsd freebsd solaris>;
my %stats;
while $sth.fetchrow_hashref -> $/ {
%stats{$<compver>}{$<osname>}{$<backend>}{$<grade>}++;
Expand Down Expand Up @@ -118,7 +118,7 @@
ORDER BY id DESC');
$sth.execute;
my @reports;
my @osnames = <linux mswin32 darwin netbsd openbsd freebsd solaris>;
my @osnames = <linux mswin32 macosx netbsd openbsd freebsd solaris>;
my %stats;
my int $i = 0;
while $sth.fetchrow_hashref -> $/ {
Expand Down

0 comments on commit d6f5ee6

Please sign in to comment.