
D64::Disk::Status::Factory - Factory class to create D64::Disk::Status objects for all existing 1541 DOS error messages

use D64::Disk::Status::Factory; # Create a new disk status object instance: my $status = D64::Disk::Status::Factory->new($error_code);

D64::Disk::Status::Factory is a factory class to create D64::Disk::Status objects for all existing 1541 DOS error messages.

Create a new disk status object instance:
my $status = D64::Disk::Status::Factory->new($error_code);
$error_code is one of pre-defined error codes for all existing CBM floppy error messages, and defaults to 0 (which is no error, OK status).

There are no known bugs at the moment. Please report any bugs or feature requests.

None. No method is exported into the caller's namespace neither by default nor explicitly.


Pawel Krol, <pawelkrol@cpan.org>.

Version 0.03 (2013-03-09)

Copyright 2013 by Pawel Krol <pawelkrol@cpan.org>.
This library is free open source software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
PLEASE NOTE THAT IT COMES WITHOUT A WARRANTY OF ANY KIND!