The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Sys::Info::Driver::BSD::Device;
use strict;
use warnings;
use vars qw( $VERSION );

$VERSION = '0.7801';

1;

__END__

=head1 NAME

Sys::Info::Driver::BSD::Device - Base class for BSD device drivers

=head1 SYNOPSIS

    use base qw( Sys::Info::Driver::BSD::Device );

=head1 DESCRIPTION

This document describes version C<0.7801> of C<Sys::Info::Driver::BSD::Device>
released on C<12 September 2011>.

Base class for BSD device drivers.

=head1 METHODS

None.

=head1 AUTHOR

Burak Gursoy <burak@cpan.org>.

=head1 COPYRIGHT

Copyright 2009 - 2011 Burak Gursoy. All rights reserved.

=head1 LICENSE

This library is free software; you can redistribute it and/or modify 
it under the same terms as Perl itself, either Perl version 5.8.8 or, 
at your option, any later version of Perl 5 you may have available.

=cut