[Refdb-cvs] CVS: makestyle Makestyle.pm,NONE,1.1
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@us...> - 2005-09-19 12:01:29
|
Update of /cvsroot/refdb/makestyle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32708 Added Files: Makestyle.pm Log Message: Changed perl library 'refdb-ms.pl' into module --- NEW FILE --- package Refdb::Makestyle; use 5.008007; use strict; use warnings; use base qw(Exporter); our $VERSION = '1.00'; =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. [...6212 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 |