Skip to content

Commit

Permalink
rename niecza to niecza_eval to avoid collision with Niecza/ (snarkyb…
Browse files Browse the repository at this point in the history
…oojum)
  • Loading branch information
Stefan O'Rear committed Jul 15, 2010
1 parent 2e6fcc0 commit cf20652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -36,11 +36,11 @@ and YAML::XS from CPAN

=head1 USING

$ ./niecza
$ ./niecza_eval
> say 2 + 2
4
> ^D
$ ./niecza -e 'say 2 + 2'
$ ./niecza_eval -e 'say 2 + 2'
4
$

Expand Down
File renamed without changes.

0 comments on commit cf20652

Please sign in to comment.