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

..03-May-2022-

examples/H24-Jan-2008-4916

lib/WebService/H24-Jan-2008-963294

t/H24-Jan-2008-2,2491,580

Build.PLH A D24-Jan-2008734 2721

ChangesH A D24-Jan-20081.3 KiB4027

MANIFESTH A D24-Jan-2008498 2423

META.ymlH A D24-Jan-2008916 3938

Makefile.PLH A D24-Jan-20081.1 KiB3221

READMEH A D24-Jan-2008917 4325

webservice-cia-makedbm.plH A D24-Jan-20084.4 KiB293287

README

1WebService::CIA
2---------------
3
4This is the README file for WebService::CIA, a Perl module for
5accessing data from the CIA World Factbook.
6
7Documentation for WebService::CIA is available online at
8
9    http://search.cpan.org/perldoc?WebService::CIA
10
11or by doing
12
13    perldoc WebService::CIA
14
15at the command line.
16
17
18Crypt::SSLeay
19-------------
20
21The most recent version of the CIA World Factbook uses HTTPS to
22access its web pages. As such, WebService::CIA requires Crypt::SSLeay
23which suffers from the usual cryptographic export restriction mumbo
24jumbo. Sorry about that.
25
26Users of ActiveState's ActivePerl should see
27
28    http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/Repository
29
30for instructions on downloading a PPM of Crypt::SSLeay.
31
32
33Installation
34------------
35
36This module uses Module::Build. The installation process is therefore
37
38    perl Build.PL
39    ./Build
40    ./Build test
41    ./Build install
42
43