           SPELL=devel-globaldestruction
         VERSION=0.11
          SOURCE="Devel-GlobalDestruction-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/${SOURCE}
     SOURCE_HASH=sha512:06ab614785b2bac598b04dbe3e2bdf6c22b4771a7a3833fdf2f4e621e7389db2a79219ecf202f6d9268a5dd68e6e2e7a215c60e97a87bbe9774116b598f75fce
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Devel-GlobalDestruction-${VERSION}"
        WEB_SITE="http://search.cpan.org/~/Devel-GlobalDestruction/"
      LICENSE[0]=ART
         ENTERED=20130609
           SHORT="eases global destruction in perl"
cat << EOF
Perl's global destruction is a little tricky to deal with WRT finalizers
because it's not ordered and objects can sometimes disappear.

Writing defensive destructors is hard and annoying, and usually if global
destruction is happenning you only need the destructors that free up non
process local resources to actually execute.

For these constructors you can avoid the mess by simply bailing out if global
destruction is in effect.
EOF
