From c289d471113160d4b45738a4cea0acaeabdf36d0 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 15 Feb 2017 18:47:09 +0100 Subject: Fix homepage --- Makefile.PL | 2 +- README | 2 +- lib/VServer.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 9271b36..79b6fe1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,6 @@ use inc::Module::Install; all_from 'lib/VServer.pm'; license 'perl'; resources - homepage => 'http://git.spline.inf.fu-berlin.de/vserver-perl/'; + homepage => 'http://git.spline.inf.fu-berlin.de/nagios/vserver-perl/'; WriteAll; diff --git a/README b/README index c4d2c1a..35cd8b9 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ To install it: LICENSE INFORMATION -VServer is Copyright (C) 2013, Alexander Sulfrian. +VServer is Copyright (C) 2013-2017, Alexander Sulfrian. This module is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, diff --git a/lib/VServer.pm b/lib/VServer.pm index 85ab0e8..b98e34a 100644 --- a/lib/VServer.pm +++ b/lib/VServer.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl -T package VServer; -our $VERSION = '1.11'; +our $VERSION = '1.12'; use strict; use warnings; -- cgit v1.2.3-1-g7c22