File: Makefile.PL

package info (click to toggle)
libdate-hijri-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 64 kB
  • sloc: perl: 101; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'Date::Hijri',
    'AUTHOR'            => 'Alex Pleiner <alex@zeitform.de>',
    'ABSTRACT'          => 'Converter between Gregorian and Islamic (Hijri) Dates',
    'VERSION_FROM'	=> 'Hijri.pm',
    'PREREQ_PM'		=> {}, 
);