Skip to content

Commit

Permalink
* reverted this file back to its original state as seen in the
Browse files Browse the repository at this point in the history
  commit 0c410bb since it got
  overwritten with improper contents somehow. Mea culpa.
  • Loading branch information
Uroš Golja committed Aug 20, 2012
1 parent bfbd2bc commit 7653b07
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/P9/AA/Check/MegaSAS/LINUX.pm
@@ -1,30 +1,30 @@
package P9::AA::Check::Areca::LINUX;
package P9::AA::Check::MegaSAS::LINUX;

use strict;
use warnings;

use File::Spec;
use POSIX qw(getcwd);

use base 'P9::AA::Check::Areca::_arecacli';
use base 'P9::AA::Check::MegaSAS::_megacli';

=head1 NAME
Linux implementation of L<P9::AA::Check::Areca::_arecacli> module.
Linux implementation of L<P9::AA::Check::MegaSAS::_megacli> module.
=head1 DESCRIPTION
NOTE: This module requires areca-cli command line utility.
NOTE: This module requires MegaCli command line utility.
=head1 SEE ALSO
L<P9::AA::Check::Areca::_arecacli>,
L<P9::AA::Check::Areca>
L<P9::AA::Check::MegaSAS::_megacli>,
L<P9::AA::Check::MegaSAS>
=head1 AUTHOR
Uros Golja
Brane F. Gracnar
=cut

1;
1;

0 comments on commit 7653b07

Please sign in to comment.