Skip to content

Commit

Permalink
Import of ISHIGAKI/Test-MobileAgent-0.04 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: Test-MobileAgent
gitpan-cpan-version:      0.04
gitpan-cpan-path:         ISHIGAKI/Test-MobileAgent-0.04.tar.gz
gitpan-cpan-author:       ISHIGAKI
gitpan-cpan-maturity:     released
  • Loading branch information
charsbar authored and Gitpan committed Oct 21, 2014
1 parent 738c4ae commit 9e1b826
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Test-MobileAgent

0.04 2010/09/20
- nothing is changed; just to fix manifest mismatch

0.03 2010/03/22
- docomo guid should be able to be empty
- added more docomo/jphone/vodafone/softbank agents
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ t/06_nonmobile.t
t/07_airh.t
t/09_vodafone.t
t/10_softbank.t
t/20_docomo_serial.t
t/99_pod.t
t/99_podcoverage.t
META.yml Module meta-data (added by MakeMaker)
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Test-MobileAgent
version: 0.03
version: 0.04
abstract: set environmental variables to mock HTTP::MobileAgent
author:
- Kenichi Ishigaki <ishigaki@cpan.org>
Expand All @@ -20,7 +20,7 @@ no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.50
generated_by: ExtUtils::MakeMaker version 6.56
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
2 changes: 1 addition & 1 deletion lib/Test/MobileAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use base 'Exporter';

our $VERSION = '0.03';
our $VERSION = '0.04';

our @EXPORT = qw/test_mobile_agent/;
our @EXPORT_OK = qw/test_mobile_agent_env
Expand Down

0 comments on commit 9e1b826

Please sign in to comment.