]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - t/30-atom-new.t
Handle Gentoo versions thouroughly and correctly
[perl/modules/CPANPLUS-Dist-Gentoo.git] / t / 30-atom-new.t
index dec89c2c5d84a6abfd671a880e232b431c7ab78f..c51175e60abe6b5440b5a43adf7d46c40bddaaaf 100644 (file)
@@ -43,11 +43,11 @@ my @tests = (
  [ { %$a1, range => '<>' }  => inv('range'), ],
  [ { %$a1, range => '<=' }  => { %$a1, range => '<=' } ],
 
- [ { atom => 'test/a' }        => $a0 ],
- [ { atom => 'test/a-1.0' }    => { %$a1, range => '>=' } ],
- [ { atom => '=test/a-v1.0' }  => { %$a1, range => '=' } ],
- [ { atom => '=<test/a-v1.0' } => inv('atom') ],
- [ { atom => '>=test/a' }      => $range_no_ver ],
+ [ { atom => 'test/a' }       => $a0 ],
+ [ { atom => 'test/a-1.0' }   => { %$a1, range => '>=' } ],
+ [ { atom => '=test/a-1.0' }  => { %$a1, range => '=' } ],
+ [ { atom => '=<test/a-1.0' } => inv('atom') ],
+ [ { atom => '>=test/a' }     => $range_no_ver ],
 
  [ { ebuild => undef }                      => inv('ebuild') ],
  [ { ebuild => '/wat/test/a/a.ebuild' }     => inv('ebuild') ],