~ubuntu-branches/ubuntu/precise/libauthen-simple-dbm-perl/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Authen::Simple::DBM',
          'VERSION_FROM' => 'lib/Authen/Simple/DBM.pm',
          'PREREQ_PM' => {
                           'Authen::Simple' => '0.3'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;