DBIx-LogProfile

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    'Log::Any'        => '1.050',
    'Sub::Util'       => '1.40',
    'DBI::Profile'    => 0,
  },
  ($] >= 5.005 ?     
    (ABSTRACT_FROM  => 'lib/DBIx/LogProfile.pm', # retrieve abstract from module
     AUTHOR         => 'Bjoern Hoehrmann <bjoern@hoehrmann.de>') : ()),

  LICENSE           => 'perl',
  'dist'            => {
    PREOP     => 'chmod 600 Makefile.PL',
    TARFLAGS	=> '--group=none --owner=bjoern --mode=a+rw -cvf',
  },
  META_MERGE        => {
    'meta-spec' => { version => 2 },
    resources => {
       repository => {
         type => 'git',
         url  => 'https://github.com/hoehrmann/DBIx-LogProfile.git',
         web  => 'https://github.com/hoehrmann/DBIx-LogProfile',
      },



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