Help for this page

Select Code to Download


  1. or download this
    our $VERSION = '0.1_1';
    $VERSION = eval $VERSION;
    
  2. or download this
    our $VERSION = '0.1_1';
    $VERSION = eval { $VERSION };
    
  3. or download this
    use version;
    
    our $VERSION = version->parse('0.1_1');