Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zag committed Feb 15, 2013
1 parent 2fc3a50 commit ab49e5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Module::Build->new
license => 'perl',
prereq => {
'Regexp::Grammars'=>1.021,
'Perl6::Pod::Lib'=>0.11,
'Perl6::Pod::Lib'=>0.12,
'Perl6::Pod'=>0.57,
'DateTime::Format::W3CDTF'=>0,
'Template'=>2.24
},
script_files=>[qw!
scripts/writeat
acripts/atom2file
scripts/atom2file
!],
dist_version_from=>'lib/WriteAt.pm',
meta_merge=>{
Expand Down
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for Perl extension WriteAt.

0.05
+ fix Build.PL
0.04
+ add support :published, :updated flags for Atom
0.03
Expand Down
2 changes: 1 addition & 1 deletion lib/WriteAt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Point your web brouser to C<index.html> file in C<work> directory.
use strict;
use warnings;
use v5.10;
our $VERSION = '0.04';
our $VERSION = '0.05';
use WriteAt::CHANGES;
use WriteAt::AUTHOR;
use WriteAt::To::DocBook;
Expand Down

0 comments on commit ab49e5c

Please sign in to comment.