Class-Singleton

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

            'Test::More' => '0',
            'base'       => '0'
        },

        PREREQ_PM => {
            'strict'   => '0',
            'warnings' => '0'
        },

        dist => {
            PREOP   => 'find $(DISTVNAME) -type d -print|xargs chmod 0755 && ' .
                       'find $(DISTVNAME) -type f -print|xargs chmod 0644',
            TO_UNIX => 'find $(DISTVNAME) -type f -print|xargs dos2unix'
        }
    );
}

#===============================================================================



( run in 0.290 second using v1.01-cache-2.11-cpan-8d75d55dd25 )