From af36a44bcbc214d4aa85d2df819e1ae569230aa4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 19 Feb 2012 19:15:48 +0000 Subject: [PATCH] Remove accidentally duplicated code. --- t/examples.t | 7 ------- 1 file changed, 7 deletions(-) diff --git a/t/examples.t b/t/examples.t index 7320ed5..b784592 100755 --- a/t/examples.t +++ b/t/examples.t @@ -42,13 +42,6 @@ make_file('stow/emacs/man/man1/emacs.1'); # # stow perl into an empty target # -make_dir('stow/perl/bin'); -make_file('stow/perl/bin/perl'); -make_file('stow/perl/bin/a2p'); -make_dir('stow/perl/info'); -make_dir('stow/perl/lib/perl'); -make_dir('stow/perl/man/man1'); -make_file('stow/perl/man/man1/perl.1'); $stow = new_Stow(dir => 'stow'); $stow->plan_stow('perl');