Home | Wiki | OI 1.x Docs | OI 2.x Docs |
OpenInteract2::Manage::Package - Parent for all package management tasks
package My::Manage::Task; use strict; use base qw( OpenInteract2::Manage::Package );
read_package_file( $filename )
Reads in package names from the file $filename
.
Returns: arrayref of package names.
Copyright (c) 2002-2003 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.
Chris Winters <chris@cwinters.com>
Generated from the OpenInteract 1.99_03 source.