~ubuntu-branches/ubuntu/wily/libcpan-reporter-perl/wily-proposed

« back to all changes in this revision

Viewing changes to t/13_record_command.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Salvatore Bonaccorso, gregor herrmann
  • Date: 2015-05-06 20:35:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150506203514-mq0057vmynx5qhiv
Tags: 1.2014-1
* Team upload.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ gregor herrmann ]
* Add debian/upstream/metadata
* Import upstream version 1.2014
* Update filename in debian/libcpan-reporter-perl.docs.
* Declare compliance with Debian Policy 3.9.6.
* Add libmodule-build-perl to Build-Depend-Indep. Used in some tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#--------------------------------------------------------------------------#
19
19
 
20
20
my $perl = Probe::Perl->find_perl_interpreter();
 
21
$perl = qq{"$perl"};
21
22
 
22
23
my $quote = $^O eq 'MSWin32' || $^O eq 'MSDOS' ? q{"} : q{'};
23
24