Skip to content

Instantly share code, notes, and snippets.

Created April 18, 2017 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/bfb46bc34ec39683aaba6501b233bc29 to your computer and use it in GitHub Desktop.
Save anonymous/bfb46bc34ec39683aaba6501b233bc29 to your computer and use it in GitHub Desktop.
Test module
use v6;
unit module MyModule::Kurses;
use LibraryCheck;
if library-exists( 'ncurses', v5 ) {
}
use v6;
unit class MyModule;
use MyModule::Kurses;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment