Skip to content

Commit

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

diff --git a/Changes b/Changes
index acdbb7f..b08fd8f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Script::Ichigeki

+0.03    Fri Dec 14 02:18:00 2012
+        - add dialog_message feature
+        - fix some broken English
+
 0.02    Thu Dec 13 13:13:00 2012
         - fix awful English.
  • Loading branch information
Songmu committed Dec 14, 2012
1 parent 5688d0b commit 8e3bed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 53 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Script::Ichigeki

0.03 Fri Dec 14 02:18:00 2012
- add dialog_message feature
- fix some broken English

0.02 Thu Dec 13 13:13:00 2012
- fix awful English.

Expand Down
2 changes: 1 addition & 1 deletion lib/Script/Ichigeki.pm
Expand Up @@ -2,7 +2,7 @@ package Script::Ichigeki;
use 5.008_001;
use strict;
use warnings;
our $VERSION = '0.02';
our $VERSION = '0.03';

use Script::Ichigeki::Hissatsu;

Expand Down
52 changes: 0 additions & 52 deletions lib/Script/Ichigeki/Hissatsu.pm
Expand Up @@ -135,55 +135,3 @@ sub DEMOLISH {
}

__PACKAGE__->meta->make_immutable;

1;
__END__
=head1 NAME
Script::Ichigeki::Hissatsu - Perl extention to do something
=head1 VERSION
This document describes Script::Ichigeki::Hissatsu version 0.01.
=head1 SYNOPSIS
use Script::Ichigeki::Hissatsu;
=head1 DESCRIPTION
# TODO
=head1 INTERFACE
=head2 Functions
=head3 C<< execute(%options) >>
=head1 DEPENDENCIES
Perl 5.8.1 or later.
=head1 BUGS
All complex software has bugs lurking in it, and this module is no
exception. If you find a bug please either email me, or add the bug
to cpan-RT.
=head1 SEE ALSO
L<perl>
=head1 AUTHOR
Masayuki Matsuki E<lt>y.songmu@gmail.comE<gt>
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2012, Masayuki Matsuki. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut

0 comments on commit 8e3bed9

Please sign in to comment.