Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Aug 10, 2012
0 parents commit fa27d84
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
DDG-Publisher-*
.build
3 changes: 3 additions & 0 deletions Changes
@@ -0,0 +1,3 @@
Revision history for {{$dist->name}}

{{$NEXT}}
13 changes: 13 additions & 0 deletions dist.ini
@@ -0,0 +1,13 @@
name = DDG-Publisher
author = Torsten Raudssus <torsten@raudss.us>
license = Perl_5
copyright_holder = Torsten Raudssus
copyright_year = 2012

[@GETTY]

[Prereqs]

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

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 fa27d84

Please sign in to comment.