~ubuntu-branches/ubuntu/saucy/libpithub-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-03-23 14:10:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130323141018-sglo8xreovmg7y9q
Tags: 0.01018-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  "AUTHOR" => "Johannes Plunien <plu\@cpan.org>",
14
14
  "BUILD_REQUIRES" => {
15
15
    "File::Slurp" => 0,
 
16
    "MIME::Base64" => 0,
16
17
    "Test::Most" => 0
17
18
  },
18
19
  "CONFIGURE_REQUIRES" => {
31
32
    "LWP::UserAgent" => 0,
32
33
    "Moo" => 0
33
34
  },
34
 
  "VERSION" => "0.01017",
 
35
  "VERSION" => "0.01018",
35
36
  "test" => {
36
37
    "TESTS" => "t/*.t t/live/*.t"
37
38
  }