File: README

package info (click to toggle)
libdatetime-format-duration-perl 1.03a-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 236 kB
  • ctags: 27
  • sloc: perl: 486; makefile: 2
file content (30 lines) | stat: -rwxr-xr-x 561 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
30
DateTime::Format::Duration version 1.03
=========================================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Test::More
  DateTime
  DateTime::Duration

  and for more details in failed tests, it's good to have
  Data::Dumper

COPYRIGHT AND LICENCE

Copyright (C) 2003-2007 Rick Measham

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.