]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - lib/CPANPLUS/Dist/Gentoo/Guard.pm
Make sure the POD headings are linkable
[perl/modules/CPANPLUS-Dist-Gentoo.git] / lib / CPANPLUS / Dist / Gentoo / Guard.pm
index 3a7b6900fab7b6099b08bb41e8f99a01bf576ede..59567cdbf2ec4c5e4c5fb87becaaa37a6283b939 100644 (file)
@@ -9,11 +9,11 @@ CPANPLUS::Dist::Gentoo::Guard - Scope guard object.
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,9 @@ This is a scope guard object helper for L<CPANPLUS::Dist::Gentoo>.
 
 =head1 METHODS
 
-=head2 C<new $coderef>
+=head2 C<new>
+
+    my $guard = CPANPLUS::Dist::Gentoo::Guard->new($coderef);
 
 Creates a new L<CPANPLUS::Dist::Gentoo::Guard> object that will call C<$coderef> when destroyed.
 
@@ -83,7 +85,7 @@ You can find documentation for this module with the perldoc command.
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009,2010,2011 Vincent Pit, all rights reserved.
+Copyright 2009,2010,2011,2012 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.