Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More packaging tweaks. Changed version number.
  • Loading branch information
davorg committed Jul 3, 2016
1 parent 901080e commit 4cb4c48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Changes
Expand Up @@ -12,5 +12,9 @@ Revision history for Perl extension Ogg::Vorbis::Header.
symbols. Library issues a warning and skips these comments when
loading from file.

0.04 Fri Jul 01 19:07:00 UTC 2016
0.04 Fri Jul 01 19:07:00 BST 2016
- Fixed syntax errors in tests.

0.05 Sun Jul 03 06:25:00 BST 2016
- Packaging fixes

4 changes: 2 additions & 2 deletions Header.pm
Expand Up @@ -4,14 +4,14 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '0.04';
our $VERSION = '0.05';

use Inline C => 'DATA',
LIBS => '-logg -lvorbis -lvorbisfile',
INC => '-I/inc',
AUTO_INCLUDE => '#include "inc/vcedit.h"',
AUTO_INCLUDE => '#include "inc/vcedit.c"',
VERSION => '0.04',
VERSION => '0.05',
NAME => 'Ogg::Vorbis::Header';

# constructors
Expand Down
4 changes: 4 additions & 0 deletions Makefile.PL
Expand Up @@ -10,6 +10,10 @@ WriteMakefile(
'CONFIGURE_REQUIRES' => {
Inline::MakeMaker => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
dynamic_config => 0,
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'Header.pm', # retrieve abstract from module
AUTHOR => 'Dan Pemstein <dan@lcws.org>') : ()),
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Ogg/Vorbis/Header version 0.04
Ogg/Vorbis/Header version 0.05
============================

This module presents an object-oriented interface to Ogg Vorbis files
Expand Down

0 comments on commit 4cb4c48

Please sign in to comment.