Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Dec 13, 2012
0 parents commit eb67dd1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
GID-*
.build
13 changes: 13 additions & 0 deletions dist.ini
@@ -0,0 +1,13 @@
name = GID
author = Torsten Raudssus <torsten@raudss.us>
license = Perl_5
copyright_holder = Torsten Raudssus
copyright_year = 2012

[@Author::GETTY]

[Prereqs]

[Prereqs / TestRequires]
Test::More = 0.98
Test::LoadAllModules = 0.021
5 changes: 5 additions & 0 deletions lib/GID.pm
@@ -0,0 +1,5 @@
use strict;
use warnings;
package GID;

1;
8 changes: 8 additions & 0 deletions t/00-load.t
@@ -0,0 +1,8 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::LoadAllModules;

BEGIN {
all_uses_ok( search_path => ... );
}

0 comments on commit eb67dd1

Please sign in to comment.