Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'nom' into newio
  • Loading branch information
lizmat committed Nov 21, 2014
2 parents e90a169 + 113ede5 commit 42c7c32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/IOU.pm
@@ -0,0 +1,3 @@
# placeholder file to facilitate switching between nom and newio branches

# vim: ft=perl6 expandtab sw=4
1 change: 1 addition & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -123,6 +123,7 @@ J_CORE_SOURCES = \
src/core/IO/Local.pm \
src/core/IO/Dir.pm \
src/core/IO/File.pm \
src/core/IOU.pm \
src/core/IO/Spec.pm \
src/core/IO/Spec/Unix.pm \
src/core/IO/Spec/Win32.pm \
Expand Down
1 change: 1 addition & 0 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -206,6 +206,7 @@ P_CORE_SOURCES = \
src/core/IO/Local.pm \
src/core/IO/Dir.pm \
src/core/IO/File.pm \
src/core/IO/IOU.pm \
src/core/IO/Spec.pm \
src/core/IO/Spec/Unix.pm \
src/core/IO/Spec/Win32.pm \
Expand Down
1 change: 1 addition & 0 deletions tools/build/moar_core_sources
Expand Up @@ -71,6 +71,7 @@ src/core/IO.pm
src/core/IO/Local.pm
src/core/IO/Dir.pm
src/core/IO/File.pm
src/core/IOU.pm
src/core/IO/Spec.pm
src/core/IO/Spec/Unix.pm
src/core/IO/Spec/Win32.pm
Expand Down

0 comments on commit 42c7c32

Please sign in to comment.