Skip to content

Commit

Permalink
Add some new (empty) classes to CORE.setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed May 23, 2011
1 parent e3e62e5 commit 4c68206
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/Makefile.in
Expand Up @@ -106,6 +106,13 @@ CORE_SOURCES = \
src/CORE.setting/Int.pm \ src/CORE.setting/Int.pm \
src/CORE.setting/Num.pm \ src/CORE.setting/Num.pm \
src/CORE.setting/Str.pm \ src/CORE.setting/Str.pm \
src/CORE.setting/Block.pm \
src/CORE.setting/Code.pm \
src/CORE.setting/Method.pm \
src/CORE.setting/Parameter.pm \
src/CORE.setting/Routine.pm \
src/CORE.setting/Signature.pm \
src/CORE.setting/Sub.pm \
src/CORE.setting/you_are_here.pm \ src/CORE.setting/you_are_here.pm \


DOCS = README CREDITS LICENSE docs/* DOCS = README CREDITS LICENSE docs/*
Expand Down
2 changes: 2 additions & 0 deletions src/CORE.setting/Block.pm
@@ -0,0 +1,2 @@
my class Block {
}
2 changes: 2 additions & 0 deletions src/CORE.setting/Code.pm
@@ -0,0 +1,2 @@
my class Code {
}
2 changes: 2 additions & 0 deletions src/CORE.setting/Method.pm
@@ -0,0 +1,2 @@
my class Method {
}
2 changes: 2 additions & 0 deletions src/CORE.setting/Parameter.pm
@@ -0,0 +1,2 @@
my class Parameter {
}
2 changes: 2 additions & 0 deletions src/CORE.setting/Routine.pm
@@ -0,0 +1,2 @@
my class Routine {
}
2 changes: 2 additions & 0 deletions src/CORE.setting/Signature.pm
@@ -0,0 +1,2 @@
my class Signature {
}
2 changes: 2 additions & 0 deletions src/CORE.setting/Sub.pm
@@ -0,0 +1,2 @@
my class Sub {
}

0 comments on commit 4c68206

Please sign in to comment.