README.md in ruby-perl-04.01.2011.1 vs README.md in ruby-perl-04.01.2011.2

- old
+ new

@@ -14,10 +14,15 @@ ------------- Run your Perl application over industry-standard, enterprise-grade MRI Ruby, Rack and Passenger! +Background story +---------------- + +Check out our announce [blog post](http://blog.zephirworks.com/47768566) for the story behind this. + Getting started =============== On the command line ------------------- @@ -120,17 +125,23 @@ In the previous snippet we first define a Perl `sub` and we assign it to the `@func` instance variable; we then call it passing a String. For all intents and purposes, `@func` is now a lambda you can pass around and call, only it's implemented in Perl. +Contributors +============ + +* Andrea Campi (@andreacampi) +* Chris Weyl (@RsrchBoy) + Bug reports ------------ +=========== ruby-perl is rather well test with RSpec, however you may still find a few bugs. Please report them any [issue](https://github.com/zephirworks/ruby-perl/issues) you may find. Copyright and license ---------------------- +===================== Copyright (c) 2011 ZephirWorks. This code is released under the MIT license.