~ubuntu-branches/debian/sid/libconfig-model-dpkg-perl/sid

« back to all changes in this revision

Viewing changes to Build.PL

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2014-06-14 14:37:59 UTC
  • Revision ID: package-import@ubuntu.com-20140614143759-6nkk4dsw0b5ak0w7
Tags: 2.049
* Dpkg::Copyright:
  * fixed Files-Excluded type and updated doc
  * consider license exception as part of license short
    name (Closes: #748501)
* Dpkg::Patch(es):
  * read/write patches in utf8 mode
  * skip non dep-3 patches when cme is run with -force option
    (Closes: 748502)
  * added bash completion for 'cme edit|fix|check dpkg-patch'
* control:
  * build depends on libconfig-model-tester 2.048 to test
    tolerance of bad patch
  * added BDI on libpath-tiny-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  'build_requires' => {
49
49
    'Config::Model::Tester' => '2.043', # need specific bug fix
50
 
    'File::Slurp' => '2.07',
51
50
    'Module::Build' => '0.34',
52
 
    'Path::Class' => '0',
53
51
    'Test::Differences' => '0',
54
52
    'Test::Exception' => '0',
55
53
    'Test::Memory::Cycle' => '0',