Back to top


NAME

  UpdateChecker::Data::Storable -- To save the contents of target by Storable

Back to top


METHODS

new
  my $check_data = new UpdateChecker::Data::Storable;

It creates UpdateChecker::Data::Storable object.

file
 $obj->file($file);
 my $file = $obj->file();

$file is file to save object by Storable module.

Back to top


SEE ALSO

 UpdateChecker
 UpdateChecker::Data

Back to top


AUTHOR

 Ktat <ktat.is at gmail.com>

Back to top


COPYRIGHT

 Copyright 2003 by Kato Atsushi <ktat.is at gmail.com>.
 This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.
 See http://www.perl.com/perl/misc/Artistic.html

Back to top