Filesys-SmbClientParser

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

  }


# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile
  (
   'NAME'	=> 'Filesys::SmbClientParser',
   'VERSION_FROM' => 'SmbClientParser.pm', # finds $VERSION
   'PREREQ_PM'	  => { 'Test::Simple' => 0}, # e.g., Module::Name => 1.1
     ($] ge '5.005') ? 
		  (
		   'AUTHOR' => 'Alain BARBET (alian@cpan.org)',
		   'ABSTRACT' => 'Perl client to reach Samba ressources '.
		                 'with smbclient'
		  ) : ()
		 );



( run in 2.291 seconds using v1.01-cache-2.11-cpan-a49fcb8fa48 )