Skip to content

Commit

Permalink
fix $VERSION and correct package name in META.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jandubois committed Apr 24, 2008
1 parent 9706273 commit f27cf7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.yml
@@ -1,7 +1,7 @@
--- #YAML:1.0
name: Win32-Internet
name: Win32-Sound
abstract: An extension to play with Windows sounds
version: 0.48
version: 0.49
author:
- Aldo Calpini <dada@perl.it>
- Jan Dubois <jand@activestate.com>
Expand Down
6 changes: 4 additions & 2 deletions Sound.pm
Expand Up @@ -3,7 +3,7 @@
# Win32::Sound - An extension to play with Windows sounds
#
# Author: Aldo Calpini <dada@perl.it>
# Version: 0.48
# Version: 0.49
# Info:
# http://www.divinf.it/dada/perl
# http://www.perl.com/CPAN/authors/Aldo_Calpini
Expand All @@ -25,6 +25,8 @@
# simplified Makefile.PL
# added META.yml and ppport.h
# renamed test.pl to sample.pl
# 0.49 (?? ??? 2008) fix $VERSION number (0.48 was still 0.47 internally)
# fix package name in META.yml

package Win32::Sound;

Expand Down Expand Up @@ -79,7 +81,7 @@ sub AUTOLOAD {
#######################################################################
# STATIC OBJECT PROPERTIES
#
$VERSION="0.47";
$VERSION="0.49";
undef unless $VERSION; # [dada] to avoid "possible typo" warning

#######################################################################
Expand Down

0 comments on commit f27cf7d

Please sign in to comment.