Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
turn "w/" into "with" in the flavour names
  • Loading branch information
book committed Aug 13, 2012
1 parent 474e157 commit 52e3a15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/Acme/MetaSyntactic/ben_and_jerry.pm
Expand Up @@ -19,6 +19,7 @@ our %Remote = (
return map { s/_+/_/g; s/_$//; $_ }
map { Acme::MetaSyntactic::RemoteList::tr_nonword($_) }
map { Acme::MetaSyntactic::RemoteList::tr_accent($_) }
map { s{(w)/}{$1ith }i; $_ }
$_[0] =~ m{$regex->{$_[1]}}gm;
},
);
Expand Down Expand Up @@ -194,7 +195,7 @@ Chocolate_Raspberry_Fudge_Swirl
Chocolate_Raspberry_Swirl
Chocolate_Raspberry_Truffle
Chocolate_Swiss_Chocolate_Almond
Chocolate_w_Fudge_Almonds
Chocolate_with_Fudge_Almonds
Choco_Mint_Cow
Chunky_Choc_Choc_Mousse
Cinnamon
Expand Down Expand Up @@ -237,7 +238,7 @@ Holy_Cannoli
Honey_Apple_Raisin_Walnut
Honey_Vanilla
Hunka_Burnin_Fudge
Iced_Tea_W_Ginseng
Iced_Tea_With_Ginseng
Ice_Tea_with_Ginseng
Kaffaretto
Kahlua_Amaretto
Expand All @@ -264,7 +265,7 @@ Milk_Chocolate_Almond
Miller_Family_Malt
Mint_Chocolate_Fudge_Swirl
Mint_Fudge_Swirl
Mint_W_Cookies
Mint_With_Cookies
Mint_with_Oreo_Cookie
Miz_Jelena_s_Sweet_Potato_Pie
Mocha
Expand Down Expand Up @@ -335,7 +336,7 @@ Vanilla_Malted_Milk
Vanilla_M_M
Vanilla_Swiss_Almond
Vanilla_Swiss_Chocolate_Almond
Vanilla_w_Heath_Toffee_Crunch
Vanilla_with_Heath_Toffee_Crunch
Vanilla_with_Kit_Kat
Vermonty_Python
Wild_Maine_Blueberry
Expand Down

0 comments on commit 52e3a15

Please sign in to comment.