NAME
OpenInteract2::Manage::Package - Parent for all package management tasks
SYNOPSIS
package My::Manage::Task;
use strict;
use base qw( OpenInteract2::Manage::Package );
DESCRIPTION
METHODS
read_package_file( $filename )
Reads in package names from the file $filename
.
Returns: arrayref of package names.
COPYRIGHT
Copyright (c) 2002-2004 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>