X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FConfig%2FDefault.pm;h=b9c28c6475ac2e5f05d5ab0bb00bf572033a64fc;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;hp=3accbbeb41346335d20128338a357d354e893d79;hpb=0f55b91d632134b6077941fa223cd94378151373;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Config/Default.pm b/lib/App/Rgit/Config/Default.pm index 3accbbe..b9c28c6 100644 --- a/lib/App/Rgit/Config/Default.pm +++ b/lib/App/Rgit/Config/Default.pm @@ -3,9 +3,9 @@ package App::Rgit::Config::Default; use strict; use warnings; -use File::Find qw/find/; +use File::Find qw; -use base qw/App::Rgit::Config/; +use base qw; use App::Rgit::Repository; @@ -15,11 +15,11 @@ App::Rgit::Config::Default - Default App::Rgit configuration class. =head1 VERSION -Version 0.06 +Version 0.08 =cut -our $VERSION = '0.06'; +our $VERSION = '0.08'; =head1 DESCRIPTION @@ -70,7 +70,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests to C, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT