#-*- perl -*- # # Copyright (C) 2000 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # # $Id$ # $FML$ # package FML::__HERE_IS_YOUR_MODULE_NAME__; =head1 NAME FML::__HERE_IS_YOUR_MODULE_NAME__.pm - what is this =head1 DESCRIPTION =head1 SYNOPSIS =head1 AUTHOR =head1 HISTORY =cut use strict; use Carp; 1;