package Sys::Info::Driver::Unknown::Device; use strict; use warnings; use vars qw( $VERSION ); $VERSION = '0.78'; 1; __END__ =head1 NAME Sys::Info::Driver::Unknown::Device - Base class for Unknown device drivers =head1 SYNOPSIS use base qw( Sys::Info::Driver::Unknown::Device ); =head1 DESCRIPTION This document describes version C<0.78> of C released on C<17 April 2011>. Base class for Unknown device drivers. =head1 METHODS None. =head1 AUTHOR Burak Gursoy . =head1 COPYRIGHT Copyright 2006 - 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.12.3 or, at your option, any later version of Perl 5 you may have available. =cut