NBuild init project
This commit is contained in:
commit
24e3c9cfc4
9 changed files with 592 additions and 0 deletions
8
lib/NBuild/nbuild-vm
Normal file
8
lib/NBuild/nbuild-vm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/perl
|
||||
package NBuild;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use v5.10;
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue