File: README

package info (click to toggle)
libgeo-google-mapobject-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 523; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Geo-Google-MapObject version

This module is intended to help with the server side of using the Google Maps API.
It is further intended to meet the following requirements.
* The solution must degrade gracefully from a javascript enabled environment to a javascript free environment.
* The solution must make as few assumptions about the surrounding framework as possible.
* The data should be concentrated in a single place.
* I don't like perl code that generates javascript or CSS. That seems messy and would prevent caching of what should be static resources.
* One assumption about the framework I will make is that we are using HTML::Template::Pluggable and HTML::Template::Plugin::Dot. It might work for some other templating frameworks but I will not look into that.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Alternatively, to install with Module::Build, you can use the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install


DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2009, Nicholas Bamber

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.