Skip to content

Commit

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

diff --git a/Changes b/Changes
index 07f67a3..f8b7562 100644
--- a/Changes
+++ b/Changes
@@ -2,5 +2,7 @@ Revision history for Perl extension Ukigumo-Server

 {{$NEXT}}

+0.01 2013-10-03T02:12:17Z
+
     - original version
  • Loading branch information
Songmu committed Oct 3, 2013
1 parent a174316 commit 3345f92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ my %args = (

name => 'Ukigumo-Server',
module_name => 'Ukigumo::Server',
allow_pure_perl => 0,
allow_pureperl => 0,

script_files => [glob('script/*'), glob('bin/*')],
c_source => [qw()],
PL_files => {},

test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/',
recursive_test_files => 1,

);
if (-d 'share') {
$args{share_dir} = 'share';
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ Revision history for Perl extension Ukigumo-Server

{{$NEXT}}

0.01 2013-10-03T02:12:17Z

- original version

0 comments on commit 3345f92

Please sign in to comment.