]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Config/Default.pm
Get rid of validate()
[perl/modules/rgit.git] / lib / App / Rgit / Config / Default.pm
index 04fe075f608f680e882e6b8a0133f53f16638d87..147241863f909fcee69964360f45c24b16448e74 100644 (file)
@@ -15,11 +15,11 @@ App::Rgit::Config::Default - Default App::Rgit configuration class.
 
 =head1 VERSION
 
-Version 0.05
+Version 0.06
 
 =cut
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 =head1 DESCRIPTION
 
@@ -45,7 +45,7 @@ sub repos {
   wanted => sub {
    return unless -d $_;
    my $r = App::Rgit::Repository->new(dir => $File::Find::name);
-   $repos{$r->repo} = $r if $r 
+   $repos{$r->repo} = $r if $r
                          and not exists $repos{$r->repo};
   },
   follow => 1