Skip to content

Commit

Permalink
the big rename in the t/ Directory
Browse files Browse the repository at this point in the history
git-svn-id: https://pause.perl.org:5460/svn/cpanpm/trunk@564 81f69c26-07c4-0310-b1c3-f486c8728884
  • Loading branch information
andk committed Feb 7, 2006
1 parent 983ef8e commit 7b9df44
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion bin/cp-to-perl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
scripts/cpan
)]],
"t/" => ["lib/CPAN/t/" => [qw(
t/[lmNv]*.t
t/{01,02,03,10,11}*.t
)]], # loadme, mirroredby, nox, vcmp, version
};

Expand All @@ -59,3 +59,27 @@
for my $c (@command) {
cp @$c or die "Could not cp @$c";
}

warn "
==== Please ====
==== adjust ====
=== MANIFEST ===
A t/01loadme.t
D t/loadme.t
A t/02nox.t
D t/Nox.t
A t/03pkgs.t
D t/version.t
A t/10version.t
D t/vcmp.t
A t/11mirroredby.t
D t/mirroredby.t
";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7b9df44

Please sign in to comment.