]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commit
Move Screen::die to the end of the class
authorSimon Ruderich <simon@ruderich.org>
Mon, 27 Jun 2016 21:09:37 +0000 (23:09 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 27 Jun 2016 21:09:37 +0000 (23:09 +0200)
commit59ecf9b92140258c9ec311f35aa5ea2440b68c1b
tree165ef967486ce36bbb7af4db50ad722b464ee6bf
parent1b42f4243054896a32ea7cd78594f9418995cd93
Move Screen::die to the end of the class

This way we can just call "die" (meaning perl's die) without having to
prefix it with "CORE::".

No other changes besides removing "CORE::".
bin/fcscs