diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-10-03 15:36:00 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-10-03 15:36:00 +0000 |
commit | ddcf19029c7b58b2ea236bd14e6c1456949f0fc0 (patch) | |
tree | 725f066cac991b43163f1e08a5954b6071634f3d /lib/MGA/Mirrors/View | |
parent | 114b46067622cc0c68d007711cf58f74e25411b8 (diff) | |
download | mgamirrors-ddcf19029c7b58b2ea236bd14e6c1456949f0fc0.tar mgamirrors-ddcf19029c7b58b2ea236bd14e6c1456949f0fc0.tar.gz mgamirrors-ddcf19029c7b58b2ea236bd14e6c1456949f0fc0.tar.bz2 mgamirrors-ddcf19029c7b58b2ea236bd14e6c1456949f0fc0.tar.xz mgamirrors-ddcf19029c7b58b2ea236bd14e6c1456949f0fc0.zip |
- use google maps for location, improve messages
Diffstat (limited to 'lib/MGA/Mirrors/View')
-rw-r--r-- | lib/MGA/Mirrors/View/GraphViz.pm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/MGA/Mirrors/View/GraphViz.pm b/lib/MGA/Mirrors/View/GraphViz.pm new file mode 100644 index 0000000..05811cd --- /dev/null +++ b/lib/MGA/Mirrors/View/GraphViz.pm @@ -0,0 +1,29 @@ +package MGA::Mirrors::View::GraphViz; + +use strict; +use base 'Catalyst::View::GraphViz'; + +=head1 NAME + +MGA::Mirrors::View::GraphViz - Catalyst GraphViz View + +=head1 SYNOPSIS + +See L<MGA::Mirrors> + +=head1 DESCRIPTION + +Catalyst GraphViz View. + +=head1 AUTHOR + +Olivier Thauvin + +=head1 LICENSE + +This library is free software, you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut + +1; |