File: README

package info (click to toggle)
libbiblio-endnotestyle-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 153; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$Id: README,v 1.1.1.1 2007/01/23 09:26:00 mike Exp $

Biblio::EndnoteStyle
====================

This module provides a class that can format references according to
style templates resembling those used by Endnote.  For details, see
the POD documentation in lib/Biblio/EndnoteStyle.pm -- for example,
use:
	$ perldoc lib/Biblio/EndnoteStyle.pm

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2007 by Mike Taylor

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.7 or,
at your option, any later version of Perl 5 you may have available.