Codebase list libnet-xwhois-perl / 2249b40a-6faf-4e64-915b-4168f0a95818/main Makefile.PL
2249b40a-6faf-4e64-915b-4168f0a95818/main

Tree @2249b40a-6faf-4e64-915b-4168f0a95818/main (Download .tar.gz)

Makefile.PL @2249b40a-6faf-4e64-915b-4168f0a95818/mainraw · history · blame

#!/usr/bin/perl -sw
##
## Makefile.PL for Net::XWhois.
##
## $Date: 2001/07/14 03:18:56 $
## $Revision: 1.2 $
## $State: Exp $
## $Author: vipul $
##
## Copyright (c) 1998, Vipul Ved Prakash.  All rights reserved.
## This code is free software; you can redistribute it and/or modify
## it under the same terms as Perl itself.

use ExtUtils::MakeMaker;

WriteMakefile(

    'VERSION_FROM' => 'lib/Net/XWhois.pm',
    'NAME'         => 'Net::XWhois', 
     
);