[Refdb-cvs] CVS: perlmod/RefDB Makestyle.pm,NONE,1.1
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-10-12 19:26:34
|
Update of /cvsroot/refdb/perlmod/RefDB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18287 Added Files: Makestyle.pm Log Message: moved over from makestyle module --- NEW FILE --- package RefDB::Makestyle; use 5.008006; use strict; use warnings; use base qw(Exporter); our $VERSION = '1.1'; =head1 NAME RefDB::Makestyle - methods used by refdb-ms (RefDB style generator) =head1 SUMMARY Makestyle.pm - a module used by I<refdb-ms> (RefDB MakeStyle) -- a utility that generates RefDB bibliography I<style>s. Provides C<< Element >> and C<< Attribute >> classes for use in generating RefDB I<style>s. [...6297 lines suppressed...] =back =cut 1; __END__ =head1 AUTHOR David Nebauer, david E<lt>atE<gt> nebauer E<lt>dotE<gt> org =head1 COPYRIGHT AND LICENSE Copyright (C) 2004 by David Nebauer This library is distributed under the same license and conditions as the C<RefDB> project E<lt>L<http://refdb.sourceforge.net/>E<gt>. =cut |