The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL 11
Changes 03
MANIFEST 01
META.json 44
META.yml 44
README 11
README.mkdn 11
dist.ini 11
lib/MooX/Options/Descriptive/Usage.pm 22
lib/MooX/Options/Descriptive.pm 22
lib/MooX/Options/Manual/Man.pod 11
lib/MooX/Options/Manual/MooXCmd.pod 11
lib/MooX/Options/Manual/NamespaceClean.pod 11
lib/MooX/Options/Role.pm 33
lib/MooX/Options.pm 22
t/00-compile.t 11
t/string_with_zero_value.t 027
17 files changed (This is a version diff) 2556
@@ -17,7 +17,7 @@ my %module_build_args = (
     "celogeek <me\@celogeek.com>"
   ],
   "dist_name" => "MooX-Options",
-  "dist_version" => "4.008",
+  "dist_version" => "4.009",
   "license" => "perl",
   "module_name" => "MooX::Options",
   "recommends" => {},
@@ -1,3 +1,6 @@
+4.009  2014-07-08 10:15:09 GMT
+    * Bug #450 : options with format "s" do not accept "0" as value (Celogeek San)
+
 4.008  2014-02-01 09:49:36 GMT
     * Bug #405 : fix typo in pod (Celogeek San)
 
@@ -46,6 +46,7 @@ t/release-kwalitee.t
 t/release-pod-coverage.t
 t/release-unused-vars.t
 t/role.t
+t/string_with_zero_value.t
 t/with_config.t
 xt/perlcritic.rc
 xt/perltidy.rc
@@ -4,7 +4,7 @@
       "celogeek <me@celogeek.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830",
+   "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.140640",
    "license" : [
       "perl_5"
    ],
@@ -87,10 +87,10 @@
          "web" : "https://github.com/celogeek/MooX-Options"
       }
    },
-   "version" : "4.008",
+   "version" : "4.009",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.018002"
+         "version" : "5.020000"
       },
       "plugins" : [
          {
@@ -192,7 +192,7 @@
                }
             },
             "name" : "@GRS/Test::Compile",
-            "version" : "2.039"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::UnusedVars",
@@ -22,7 +22,7 @@ build_requires:
 configure_requires:
   Module::Build: 0.3601
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -54,10 +54,10 @@ resources:
   bugtracker: https://github.com/celogeek/MooX-Options/issues
   homepage: https://tasks.celogeek.com/projects/perl-modules-moox-options
   repository: https://github.com/celogeek/MooX-Options.git
-version: 4.008
+version: 4.009
 x_Dist_Zilla:
   perl:
-    version: 5.018002
+    version: 5.020000
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
@@ -137,7 +137,7 @@ x_Dist_Zilla:
           script_finder:
             - ':ExecFiles'
       name: '@GRS/Test::Compile'
-      version: 2.039
+      version: 2.043
     -
       class: Dist::Zilla::Plugin::Test::UnusedVars
       name: '@GRS/Test::UnusedVars'
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution MooX-Options,
-version 4.008:
+version 4.009:
 
   Explicit Options eXtension for Object Class
 
@@ -4,7 +4,7 @@ MooX::Options - Explicit Options eXtension for Object Class
 
 # VERSION
 
-version 4.008
+version 4.009
 
 # DESCRIPTION
 
@@ -2,7 +2,7 @@ name = MooX-Options
 license = Perl_5
 copyright_holder = celogeek <me@celogeek.com>
 copyright_year = 2013
-version = 4.008
+version = 4.009
 
 [@GRS]
 -remove = AutoPrereqs
@@ -12,7 +12,7 @@ package MooX::Options::Descriptive::Usage;
 
 use strict;
 use warnings;
-our $VERSION = '4.008';    # VERSION
+our $VERSION = '4.009';    # VERSION
 use feature 'say';
 use Text::WrapI18N;
 use Term::Size::Any qw/chars/;
@@ -239,7 +239,7 @@ MooX::Options::Descriptive::Usage - Usage class
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 DESCRIPTION
 
@@ -12,7 +12,7 @@ package MooX::Options::Descriptive;
 
 use strict;
 use warnings;
-our $VERSION = '4.008';    # VERSION
+our $VERSION = '4.009';    # VERSION
 
 use Getopt::Long 2.38;
 use Getopt::Long::Descriptive 0.091;
@@ -33,7 +33,7 @@ MooX::Options::Descriptive - This method extend Getopt::Long::Descriptive to cha
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 DESCRIPTION
 
@@ -11,7 +11,7 @@ MooX::Options::Manual::Man - More documentation for the man option
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 DESCRIPTION
 
@@ -11,7 +11,7 @@ MooX::Options::Manual::MooXCmd - Manage your tools with MooX::Cmd
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 DESCRIPTION
 
@@ -11,7 +11,7 @@ MooX::Options::Manual::NamespaceClean - Use namespace::clean with MooX::Options
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 DESCRIPTION
 
@@ -12,7 +12,7 @@ package MooX::Options::Role;
 use strict;
 use warnings;
 
-our $VERSION = '4.008';    # VERSION
+our $VERSION = '4.009';    # VERSION
 
 use MRO::Compat;
 use MooX::Options::Descriptive;
@@ -77,7 +77,7 @@ sub _options_fix_argv {
     my @new_argv;
 
     #parse all argv
-    while ( my $arg = shift @ARGV ) {
+    while ( defined( my $arg = shift @ARGV ) ) {
         if ( $arg eq '--' ) {
             push @new_argv, $arg, @ARGV;
             last;
@@ -378,7 +378,7 @@ MooX::Options::Role - role that is apply to your object
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 METHODS
 
@@ -12,7 +12,7 @@ package MooX::Options;
 
 use strict;
 use warnings;
-our $VERSION = '4.008';    # VERSION
+our $VERSION = '4.009';    # VERSION
 use Carp;
 
 my @OPTIONS_ATTRIBUTES
@@ -197,7 +197,7 @@ MooX::Options - Explicit Options eXtension for Object Class
 
 =head1 VERSION
 
-version 4.008
+version 4.009
 
 =head1 DESCRIPTION
 
@@ -2,7 +2,7 @@ use 5.006;
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.039
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.043
 
 use Test::More tests => 4 + ( $ENV{AUTHOR_TESTING} ? 1 : 0 );
 
@@ -0,0 +1,27 @@
+#!perl
+#
+# This file is part of MooX-Options
+#
+# This software is copyright (c) 2013 by celogeek <me@celogeek.com>.
+#
+# This is free software; you can redistribute it and/or modify it under
+# the same terms as the Perl 5 programming language system itself.
+#
+use strict;
+use warnings;
+use Test::More;
+
+package Foo;
+use Moo;
+use MooX::Options;
+option start_from => ( is => "ro", format => "s" );
+
+package main;
+local @ARGV = qw/--start_from 0/;
+my $f = Foo->new_with_options;
+my $n = $f->start_from;
+is $n, 0, 'option with value 0 works';
+$n++;
+is $n, 1, 'and can be increment';
+
+done_testing;