Skip to content

Commit

Permalink
Added auth and version, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Jul 30, 2010
1 parent 52f4ae7 commit f62f008
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README
@@ -1,3 +1,2 @@
This module parses the standard configuration files (so called .ini files).
To see some example usage please take a look at tests, I'll write something
better once it becomes complete.
For example usage, see SYNOPSIS in the Pod.
3 changes: 2 additions & 1 deletion lib/Config/INI.pm
@@ -1,5 +1,6 @@
use v6;
module Config::INI;

module Config::INI:<github:tadzik 0.1>;

grammar INIfile {
token TOP {
Expand Down
3 changes: 2 additions & 1 deletion lib/Config/INI/Writer.pm
@@ -1,5 +1,6 @@
use v6;
module Config::INI::Writer;

module Config::INI::Writer:<github:tadzik 0.1>;

our sub dump (%what) {
my $ret;
Expand Down

0 comments on commit f62f008

Please sign in to comment.