Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing Stash class in CORE.setting (we stubbed it in BOOTSTRAP, …
…but never finished it up).
  • Loading branch information
jnthn committed Feb 28, 2012
1 parent 82818b3 commit 5d20c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Stash.pm
@@ -0,0 +1,2 @@
my class Stash {
}
1 change: 1 addition & 0 deletions tools/build/Makefile.in
Expand Up @@ -196,6 +196,7 @@ CORE_SOURCES = \
src/core/Pair.pm \
src/core/EnumMap.pm \
src/core/Hash.pm \
src/core/Stash.pm \
src/core/Parameter.pm \
src/core/Signature.pm \
src/core/Buf.pm \
Expand Down

0 comments on commit 5d20c5a

Please sign in to comment.