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

..03-May-2022-

lib/LWP/UserAgent/H16-May-2020-13574

t/H16-May-2020-132104

ChangesH A D16-May-20201.6 KiB5035

MANIFESTH A D16-May-2020271 1110

META.jsonH A D16-May-2020919 4443

META.ymlH A D16-May-2020511 2524

Makefile.PLH A D16-May-2020279 1110

READMEH A D16-May-2020467 2715

README

1LWP-UserAgent-WithCache
2====================================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17  LWP::UserAgent, Cache::FileCache, File::HomeDir
18
19AUTHOR
20
21Masayoshi Sekimura <sekimura at gmail dot com>
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25
26
27