Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Add dummy GUI.pm module for CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal TOMA committed Oct 17, 2016
1 parent 72de9b5 commit e89763b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,7 @@ WriteMakefile(
NAME => 'Zonemaster_Dancer',
DISTVNAME => 'Zonemaster_Dancer',
AUTHOR => q{Michal TOMA <toma@nic.fr>},
VERSION_FROM => 'lib/Zonemaster/GUI/Dancer/Frontend.pm',
VERSION_FROM => 'lib/Zonemaster/GUI.pm',
ABSTRACT => 'The Zonemaster project Web Frontend',
($ExtUtils::MakeMaker::VERSION >= 6.3002
? ('LICENSE'=> 'perl')
Expand Down
9 changes: 9 additions & 0 deletions lib/Zonemaster/GUI.pm
@@ -0,0 +1,9 @@
package Zonemaster::GUI;

our $VERSION = '1.0.7';

use strict;
use warnings;
use 5.14.2;

1;

0 comments on commit e89763b

Please sign in to comment.