Skip to content

Commit

Permalink
Typo in Server pod documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MARTIMM committed Nov 3, 2016
1 parent 2e68e1b commit 78ee662
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META.info
Expand Up @@ -19,5 +19,5 @@
"Auth::SCRAM::Server": "lib/Auth/SCRAM/Server.pm6"
},
"source-url": "git://github.com/MARTIMM/Auth-SCRAM.git",
"version": "v0.4.4"
"version": "v0.4.5"
}
2 changes: 2 additions & 0 deletions doc/CHANGES.md
Expand Up @@ -4,6 +4,8 @@ See [semantic versioning](http://semver.org/). Please note point 4. on
that page: *Major version zero (0.y.z) is for initial development. Anything may
change at any time. The public API should not be considered stable.*

* 0.4.5
* Typo in Server pod documentation
* 0.4.4
* Removed todo from Server.pm6
* Completed documentation
Expand Down
Binary file modified doc/Server.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Auth/SCRAM/Server.pod6
Expand Up @@ -4,7 +4,7 @@ use v6.c;
=TITLE role Auth::SCRAM::Server
=SUBTITLE Client side authentication using SCRAM
=SUBTITLE Server side authentication using SCRAM
unit package Auth;
class SCRAM::Server { ... }
Expand Down

0 comments on commit 78ee662

Please sign in to comment.