aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MGA/Mirrors/View/GraphViz.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MGA/Mirrors/View/GraphViz.pm')
-rw-r--r--lib/MGA/Mirrors/View/GraphViz.pm29
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;