Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Part 1 CUR::Distribution -> Distribution migration
  • Loading branch information
lizmat committed Jun 16, 2014
1 parent fc9dcee commit 7e66d3e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JVM.in
Expand Up @@ -179,8 +179,8 @@ J_CORE_SOURCES = \
src/core/Perl.pm \
src/core/OS.pm \
src/core/JSON/Pretty.pm \
src/core/Distribution.pm \
src/core/CompUnitRepo.pm \
src/core/CompUnitRepo/Distribution.pm \
src/core/CompUnitRepo/Locally.pm \
src/core/CompUnitRepo/Local/File.pm \
src/core/CompUnitRepo/Local/Installation.pm \
Expand Down
2 changes: 1 addition & 1 deletion tools/build/Makefile-Moar.in
Expand Up @@ -180,8 +180,8 @@ M_CORE_SOURCES = \
src/core/Perl.pm \
src/core/OS.pm \
src/core/JSON/Pretty.pm \
src/core/Distribution.pm \
src/core/CompUnitRepo.pm \
src/core/CompUnitRepo/Distribution.pm \
src/core/CompUnitRepo/Locally.pm \
src/core/CompUnitRepo/Local/File.pm \
src/core/CompUnitRepo/Local/Installation.pm \
Expand Down
2 changes: 1 addition & 1 deletion tools/build/Makefile-Parrot.in
Expand Up @@ -247,8 +247,8 @@ P_CORE_SOURCES = \
src/core/Perl.pm \
src/core/OS.pm \
src/core/JSON/Pretty.pm \
src/core/Distribution.pm \
src/core/CompUnitRepo.pm \
src/core/CompUnitRepo/Distribution.pm \
src/core/CompUnitRepo/Locally.pm \
src/core/CompUnitRepo/Local/File.pm \
src/core/CompUnitRepo/Local/Installation.pm \
Expand Down

0 comments on commit 7e66d3e

Please sign in to comment.