~ubuntu-branches/ubuntu/trusty/libfennec-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/Fennec/Util.pm

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard
  • Date: 2013-06-21 06:29:36 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130621062936-lr1472qi38e2nw7b
Tags: 2.009-1
* Imported Upstream version 2.009
* Update spelling errors patch
* Add version to libmock-quick-perl dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        if $ENV{HARNESS_ACTIVE}
89
89
        && !$ENV{HARNESS_IS_VERBOSE};
90
90
 
 
91
    # Do not print the messages on syntax check
 
92
    return if $^C;
 
93
 
91
94
    print @_;
92
95
}
93
96