Greetings to all,

Recently I made some changes over the distributions that I have available at CPAN and that would run over on a few operational systems.

For that, I release a distribution that would to just like Devel::CheckOS, so those unsupported OS's would give "NA" reports. I that is what I would be expecting from reports from FreeBSD and OpenBSD.

Despite that, I just getting reports with PASS of OpenBSD operational systems, which it's a very strange thing.

This is the list of operational systems that would be supported (sub from Siebel::AssertOS):

sub os_is {

    my $os = shift;

    given ($os) {

        when ('linux')   { return 1 }
        when ('MSWin32') { return 1 }
        when ('aix')     { return 1 }
        when ('solaris') { return 1 }
        when ('hpux')    { return 1 }
        default          { return 0 }

    }

}

Do you guys have any experience about testing over OpenBSD? I'm clueless about getting a PASS from them.

Thanks,
Alceu


-------- Mensagem original --------
Assunto: [Bulk] CPAN Testers Daily Summary Report
Data: Wed, 17 Apr 2013 02:52:50 +0000
De: CPAN Tester Report Server <[email protected]>
Para: Alceu Rodrigues de Freitas Junior <[email protected]>

Dear Alceu Rodrigues de Freitas Junior,

Please find below the latest reports for your distributions, generated by CPAN Testers, from the last 24 hours.

To set your preferences for what you wish to have reported in this Daily Summary, please visit the CPAN Testers Preferences system at https://prefs.cpantesters.org.


Siebel-AssertOS-0.02:
- i686-gnukfreebsd / 5.12.1:
- NA http://www.cpantesters.org/cpan/report/f64b7fc2-a63c-11e2-ad73-dd0a7cfad375

Siebel-Srvrmgr-0.06:
- OpenBSD.amd64-openbsd / 5.12.4:
- PASS http://www.cpantesters.org/cpan/report/a0f2c328-a682-11e2-8c80-50d7c5c10595

- OpenBSD.i386-openbsd-64int / 5.10.0:
- PASS http://www.cpantesters.org/cpan/report/b3ec98a2-a62b-11e2-8c80-50d7c5c10595

Reply via email to