#!perl

use strict;
use warnings;

use 5.014000;

use App::GitGrepPerlStatement;

App::GitGrepPerlStatement->run(@ARGV);

