NAME

Meta::Baseline::Lang - module to help to sort through all available languages.

COPYRIGHT

Copyright (C) 2001 Mark Veltzer; All rights reserved.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

DETAILS

MANIFEST: Lang.pm PROJECT: meta

SYNOPSIS

package foo; use Meta::Baseline::Lang qw(); my($lang)=Meta::Baseline::Lang-new();> $lang-create_file("my.pm");>

DESCRIPTION

This is the base class to all language modules.

EXPORTS

new($) create_file($$)

FUNCTION DOCUMENTATION

new($)

This is the constructor.

create_file($$)

This method will create a stub template file.

BUGS

None.

AUTHOR

Mark Veltzer <mark2776@yahoo.com>

HISTORY

start of revision info 1 Sat Jan 27 19:56:28 2001 MV perl quality change 2 Sun Jan 28 02:34:56 2001 MV perl code quality 3 Sun Jan 28 13:51:26 2001 MV more perl quality 4 Tue Jan 30 03:03:17 2001 MV more perl quality 5 Sat Feb 3 23:41:08 2001 MV perl documentation 6 Mon Feb 5 03:21:02 2001 MV more perl quality 7 Tue Feb 6 01:04:52 2001 MV perl qulity code 8 Tue Feb 6 07:02:13 2001 MV more perl code quality 9 Tue Feb 6 22:19:51 2001 MV revision change end of revision info

SEE ALSO

Nothing.

TODO

Nothing.