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

..03-May-2022-

lib/Catalyst/Plugin/H16-Jan-2006-9919

t/H16-Jan-2006-3625

ChangesH A D16-Jan-2006388 149

META.ymlH A D16-Jan-2006412 1311

Makefile.PLH A D16-Jan-2006351 1412

READMEH A D12-Jan-2006444 2917

README

1Catalyst::Plugin::DateTime
2
3A Catalyst Plugin for DateTime.
4
5INSTALLATION
6
7To install this module perform the typical four-part Perl salute:
8
9   perl Makefile.PL
10   make
11   make test
12   make install
13
14DEPENDENCIES
15
16Catalyst
17DateTime
18
19COPYRIGHT AND LICENCE
20
21Copyright (c) 2006 James Kiser.
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25
26AUTHORS
27
28James Kiser <james.kiser@gmail.com>
29