aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MGA/Mirrors/View/GraphViz.pm
blob: 05811cd14dfa7a33f6ea8a30e5b14525fe6ae0a9 (plain)
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
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;