Enclose all packages blocks and add Package devel docu.

This commit is contained in:
Daniel Nichter
2011-06-28 17:50:02 -06:00
parent b4b6376be1
commit 82931ec399
35 changed files with 142 additions and 106 deletions

View File

@@ -17,6 +17,10 @@
# ###########################################################################
# Retry package $Revision: 7473 $
# ###########################################################################
# Package: Retry
# Retry retries code until a condition succeeds.
{
package Retry;
use strict;
@@ -101,7 +105,7 @@ sub _d {
}
1;
}
# ###########################################################################
# End Retry package
# ###########################################################################