about summary refs log tree commit diff
path: root/third_party/git/t/t4034/perl/pre
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4034/perl/pre')
-rw-r--r--third_party/git/t/t4034/perl/pre22
1 files changed, 0 insertions, 22 deletions
diff --git a/third_party/git/t/t4034/perl/pre b/third_party/git/t/t4034/perl/pre
deleted file mode 100644
index f6610d37b8..0000000000
--- a/third_party/git/t/t4034/perl/pre
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-
-package Frotz;
-sub new {
-	my $class = shift;
-	return bless {}, $class;
-}
-
-__END__
-=head1 NAME
-
-frotz - Frotz
-
-=head1 SYNOPSIS
-
-  use frotz;
-
-  $nitfol = new Frotz();
-
-=cut