X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FUtils.pm;h=7a4c3b36779a8a4aef2e3949544f8ff5e26d6c57;hb=caf4ff14ac06ea364ea51f725d041fd715e9682f;hp=74be11567395f7688a2fd136484182993ee9335c;hpb=0c3a62e21d624c6076fc69dd2310bea0dd556ab8;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Utils.pm b/lib/App/Rgit/Utils.pm index 74be115..7a4c3b3 100644 --- a/lib/App/Rgit/Utils.pm +++ b/lib/App/Rgit/Utils.pm @@ -7,19 +7,19 @@ use Carp qw/croak/; =head1 NAME -App::Rgit::Utils - Miscellanous utilities for App::Rgit classes. +App::Rgit::Utils - Miscellaneous utilities for App::Rgit classes. =head1 VERSION -Version 0.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 DESCRIPTION -Miscellanous utilities for L classes. +Miscellaneous utilities for L classes. This is an internal module to L. @@ -95,7 +95,7 @@ L. =head1 AUTHOR Vincent Pit, C<< >>, L. - + You can contact me by mail or on C (vincent). =head1 BUGS @@ -110,7 +110,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2008 Vincent Pit, all rights reserved. +Copyright 2008-2009 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.