X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftstunt%2FDpkg%2FChangelog%2FParse.pm;fp=tests%2Ftstunt%2FDpkg%2FChangelog%2FParse.pm;h=677580bb048793e51d653398e40ae1247e268999;hb=7d64947564587518ec007066ac76e0373cb79da8;hp=4d797af3c99017042012ff3a46feeeb3521f30e0;hpb=7fd4808a58916386f5acab86877cb6c7f7d61c86;p=dgit.git diff --git a/tests/tstunt/Dpkg/Changelog/Parse.pm b/tests/tstunt/Dpkg/Changelog/Parse.pm index 4d797af3..677580bb 100644 --- a/tests/tstunt/Dpkg/Changelog/Parse.pm +++ b/tests/tstunt/Dpkg/Changelog/Parse.pm @@ -33,6 +33,8 @@ use Dpkg::Control::Changelog; use base qw(Exporter); our @EXPORT = qw(changelog_parse); +die +(join " ", %ENV)." ?" if $ENV{'DGIT_NO_TSTUNT_CLPARSE'}; + sub changelog_parse { my (%options) = @_; # ignored @@ -47,3 +49,5 @@ sub changelog_parse { return $fields; } + +1;