Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.kwiki.org/kwiki/trunk/src/ingy/XXX@374 4b3b33bc-d223-0410-9309-b363ae52eedd
  • Loading branch information
ingy committed Jun 3, 2008
1 parent e6ba6bc commit 9aae694
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.12
date: Tue Jun 3 13:07:31 PDT 2008
changes:
- Get rid of a bareword error.
---
version: 0.11
date: Sun Jun 1 22:28:12 PDT 2008
changes:
Expand Down
4 changes: 2 additions & 2 deletions lib/XXX.pm
Expand Up @@ -10,7 +10,7 @@ use base 'Exporter';
*{"YYY::"} = *{"XXX::"};
}

our $VERSION = '0.11';
our $VERSION = '0.12';
our @EXPORT = qw( WWW XXX YYY ZZZ );

my $dump = 'yaml';
Expand Down Expand Up @@ -60,7 +60,7 @@ sub YYY {

sub ZZZ {
require Carp;
Carp::confess _xxx_dump(@_);
Carp::confess(_xxx_dump(@_));
}

1;
Expand Down

0 comments on commit 9aae694

Please sign in to comment.