projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2580358
)
Rename Bench::Point to Plain::Point
Yuval Kogman [Wed, 28 Jun 2006 01:44:32 +0000 (
01:44
+0000)]
bench/lib/Plain/Point.pm
[moved from
bench/lib/Bench/Point.pm
with 95% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/bench/lib/Bench/Point.pm
b/bench/lib/Plain/Point.pm
similarity index 95%
rename from
bench/lib/Bench/Point.pm
rename to
bench/lib/Plain/Point.pm
index
e1584cc
..
602165c
100644
(file)
--- a/
bench/lib/Bench/Point.pm
+++ b/
bench/lib/Plain/Point.pm
@@
-1,6
+1,6
@@
#!/usr/bin/perl
-package Bench::Point;
+package Plain::Point;
use strict;
use warnings;