#!/usr/bin/perl
# breakpoint-bug.pl

use strict;
use warnings;

print "hello!\n";

use Data::Dumper;

print "goodbye!\n";

exit 0;
