• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Sort/Key/H24-Apr-2010-13237

t/H24-Apr-2010-2418

ChangesH A D24-Apr-2010744 2819

MANIFESTH A D21-Apr-2010162 87

META.ymlH A D24-Apr-2010634 2524

Makefile.PLH A D21-Apr-2010372 119

READMEH A D21-Apr-2010589 3219

README

1Sort-Key-DateTime
2=================
3
4Sort object list by some key of type DateTime
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19   Sort::Key
20   DateTime
21   Test::More
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2005, 2010 by Salvador Fandino
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself, either Perl version 5.8.4 or,
29at your option, any later version of Perl 5 you may have available.
30
31
32