File: Makefile.PL

package info (click to toggle)
libdevel-gdb-perl 2.02-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 556; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile
  (
   NAME              => 'Devel::GDB',
   VERSION_FROM      => 'lib/Devel/GDB.pm',
   PREREQ_PM         => {'Test::More'  =>  0,
                         threads::shared => 0,
                         Thread::Semaphore => 0,
                        },
   ABSTRACT_FROM  => 'lib/Devel/GDB.pm',
   AUTHOR         => 'Antal Novak <afn@cpan.org>, Josef Ezra <jezra@cpan.org>',
  );