Skip to content

Commit

Permalink
Display notice that nom was renamed
Browse files Browse the repository at this point in the history
The message is actually displayed twice: for 6.c setting and 6.d
setting, but I figure that's good 'nuf and don't gotta be perfect.

Twice is good.
  • Loading branch information
zoffixznet committed Oct 27, 2017
1 parent b07e7b1 commit 1251f77
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/build/gen-cat.nqp
@@ -1,6 +1,21 @@
#!/usr/bin/env nqp
# Copyright (C) 2014, The Perl Foundation

note('
*****************************************************************
NOTICE: `nom` branch of rakudo repository is NO LONGER ACTIVELY USED.
Please use `master` branch to track latest changes.
Press ENTER to continue this build process
*****************************************************************
');
nqp::readfh(nqp::getstdin(), nqp::create($NQPBuf), 1);

sub MAIN(*@ARGS) {
my $program := @ARGS.shift;
Expand Down

0 comments on commit 1251f77

Please sign in to comment.