Sman::IndexVersion - writes and reads sman's sman.index.version file


Sman documentation  | view source Contained in the Sman distribution.

Index


NAME

Top

Sman::IndexVersion - writes and reads sman's sman.index.version file

SYNOPSIS

Top

  # this module is intended for internal use by sman and sman-update
	# module appends ".version" and looks for that file
  my $index_versions = new Sman::IndexVersion( $versionfile );
  my $versions_hashref = $index_versions->get_versions();
  # will have values like 'VERSION' and 'SMAN_DATA_VERSION'
  $index_versions->set_versions( $versions_hashref );	# set them back

DESCRIPTION

Top

Get/set the sman version information for a given indexfile

AUTHOR

Top

Josh Rabinowitz <joshr>

SEE ALSO

Top

sman.conf, sman-update, sman


Sman documentation  | view source Contained in the Sman distribution.