Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.0.0.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index c714627..e5efec5 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
 Revision history for Perl extension Module::Functions

-0.0.1 2013-02-07T13:42:10
+1.0.0 2013-02-07T13:42:10
     - original version
  • Loading branch information
tokuhirom committed Feb 7, 2013
1 parent 4d6704b commit a311a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,4 +1,4 @@
Revision history for Perl extension Module::Functions

0.0.1 2013-02-07T13:42:10
1.0.0 2013-02-07T13:42:10
- original version
2 changes: 1 addition & 1 deletion t/01_simple.t
Expand Up @@ -9,7 +9,7 @@ use Module::Functions;
ok(__PACKAGE__->can('foo'));
ok(!__PACKAGE__->can('catfile'));
is(foo(), '5963');
is_deeply(get_public_functions('Foo'), ['Foo']);
is_deeply([get_public_functions('Foo')], ['foo']);

done_testing;

0 comments on commit a311a89

Please sign in to comment.