File: Makefile.PL

package info (click to toggle)
libdigest-bubblebabble-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 48 kB
  • ctags: 2
  • sloc: perl: 54; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile.PL,v 1.1.1.1 2001/05/03 01:11:11 btrott Exp $

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => 'Digest::BubbleBabble',
    DISTNAME => 'Digest-BubbleBabble',
    VERSION_FROM => 'BubbleBabble.pm',
    AUTHOR => 'Benjamin Trott <ben@rhumba.pair.com>',
    ABSTRACT => 'Create bubble-babble fingerprints',
);