projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d44714b
)
0.18 final
Stevan Little [Sun, 11 Mar 2007 04:36:52 +0000 (
04:36
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
3670a78
..
c0c1a35
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,7
+1,7
@@
Revision history for Perl extension Moose
-0.18
- ~~ Many documentation updates ~~
+0.18 Sat. March 10, 2007
+ ~~ Many, many documentation updates ~~
- We now use Class::MOP::load_class to
load all classes.
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
e5f87a5
..
8b7da28
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-1,16
+1,4
@@
-use FindBin;
-use File::Spec;
-use lib File::Spec->catdir(
- $FindBin::Bin,
- File::Spec->updir,
- File::Spec->updir,
- File::Spec->updir,
- 'Class-MOP',
- 'trunk',
- 'lib',
-);
-
package Moose;
use strict;