~ubuntu-branches/ubuntu/utopic/libcgi-application-plugin-stream-perl/utopic

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-12-23 20:13:46 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131223201346-x6gy06702g1judoc
Tags: 2.11-1
* Team upload.
* New upstream release.
* Drop 0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch.
  Merged  upstream.
* Update build dependencies.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Note: this file was auto-generated by Module::Build::Compat version 0.03
 
1
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
2
2
use ExtUtils::MakeMaker;
3
3
WriteMakefile
4
4
(
5
 
          'NAME' => 'CGI::Application::Plugin::Stream',
6
 
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/Stream.pm',
7
 
          'PREREQ_PM' => {
8
 
                           'CGI::Application' => '3.21',
9
 
                           'File::Basename' => '1',
10
 
                           'File::MMagic' => '0',
11
 
                           'FileHandle' => '1.22',
12
 
                           'Test::More' => '0'
13
 
                         },
14
 
          'INSTALLDIRS' => 'site',
15
 
          'PL_FILES' => {}
16
 
        )
 
5
  'NAME' => 'CGI::Application::Plugin::Stream',
 
6
  'VERSION_FROM' => 'lib/CGI/Application/Plugin/Stream.pm',
 
7
  'PREREQ_PM' => {
 
8
                   'CGI::Application' => '3.21',
 
9
                   'File::Basename' => '1',
 
10
                   'File::MMagic' => 0,
 
11
                   'FileHandle' => '1.22',
 
12
                   'Test::More' => 0
 
13
                 },
 
14
  'INSTALLDIRS' => 'site',
 
15
  'EXE_FILES' => [],
 
16
  'PL_FILES' => {}
 
17
)
17
18
;