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

..03-May-2022-

lib/WWW/Google/H29-Oct-2011-21192

t/H29-Oct-2011-7355

ChangesH A D29-Oct-20112.1 KiB9654

MANIFESTH A D29-Oct-2011255 1110

META.jsonH A D29-Oct-2011888 4342

META.ymlH A D29-Oct-2011492 2423

Makefile.PLH A D29-Oct-2011332 1411

READMEH A D29-Oct-2011478 2013

README

1This package contains WWW::Google::PageRank module assigned for querying
2PageRank of web page in Google.
3
4This module uses URI and LWP::UserAgent (libwww-perl), so you must
5have it if you want to use this module.
6
7Installation is simple:
8
9  perl Makefile.PL
10  make
11  make test
12  make install
13
14If you have questions mail to ykar@cpan.org.
15
16Copyright 2004 Yuri Karaban.
17
18This library is free software; you can redistribute it and/or
19modify it under the same terms as Perl itself.
20