This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
use strict; | |
use CGI; | |
use CGI::Carp qw(fatalsToBrowser); | |
use JSON; | |
my $json = JSON->new->pretty->allow_nonref; | |
my $q = CGI->new; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package.describe({ | |
summary: 'test', | |
name: 'ahref:test', | |
version: '0.0.1' | |
}); | |
var packages = []; | |
var globApi = Npm.require('glob'); | |
var path = Npm.require('path'); |