Name: Ricardo Signes Email: Amount Requested: $2000 Synopsis This grant is for the completion of design and implementation of basic versions of three pieces of software currently under development: Pod::Elemental Pod::Weaver Dist::Zilla::Plugin::PodWeaver All three modules exist and have been in use by a number of people for some time. The main thrust of the grant is to improve the usability and reliability of Pod::Weaver. Pod::Weaver is one of the key ... read more |
Name: Erik Osheim Email: Amount Requested: $1000 Synopsis This project aims to build an interactive interpreter for Perl. The goals of this project are to allow pasted Perl code to run line-by-line as it would be in a Perl script, provide tab completion and introspection at least equal to that provided by the Perl debugger, to provide documentation and packaging, and lastly a package to help with introspection. Benefits to ... read more |
dl> Name: Wang Lei Email: Amount Requested: 2000USD Synopsis Opener Chat is a kind of multi-user and multi-protocol online communication software which is like Pidgin Opener Chat is completely written in Perl which consists of the graphical interface part and net part. We use the module of win32::GUI to carry its interface into effect, so this software can only run on the win32 platform. This project has started a period ... read more |
Name: Wang Lei Email: Amount Requested: 3000USD Synopsis Opener package is a kind of software for the development of Windows installers which purpose is to make easily issued installers. It is like NSIS, but the main goal of the Opener package is to make installers which program in Perl. Opener package need to use Par to carry into effect. We use Par to package the executed files. We have already ... read more |
Names: Ilya Belikin, Carl Mäsak, Stephen Weeks Email: Ilya Belikin Carl Mäsak Stephen Weeks Amount Requested: $3000. Ilya: 1320$, for 12h/week. Carl: 1100$, for 10h/week. Stephen: 550$, for 5h/week. Synopsis Two years ago, Juerd proposed the Web.pm module for Perl 6. Meant to functionally replace Perl 5's CGI.pm, it is a revamping of the fundamentals in order to better serve today's web development needs. Apart from implementing a working web ... read more |
Name: Herbert Breunung Email: Amount Requested: 600$ € Synopsis comprehensive lexicon-like tutorial Benefits to the Perl Community It will become easy to learn Perl6, because this way people can easily grab the bits they want to learn now about Perl 6. Once ready it may become also a communication channel with people not so involved into perl 6 Deliverables 8-10 larger Pages in the TPF perl 6 Wiki. See german ... read more |
Name: Hugh Barnard Email: Amount Requested: $2000 Synopsis Project takes code and walks the call tree producing graphviz diagrams It's a parsing and documentation project Benefits to the Perl Community It helps refresh and refactor legacy Perl code and provides clear documentation for larger Perl projects. It lessens of the perceived disadvantages of Perl, readability. Deliverables The code exists and works but my intention is to rewrite a first version ... read more |
Name: Gabor Szabo Email: Amount Requested: USD 3000 Synopsis Lots of general improvements of CPAN::Forum. Benefits to the Perl Community CPAN::Forum has been around for several years now and it is linked from both major search engines but it is under utilized. Improving its interface will make it easier for users to ask questions regarding specific modules. The whole idea of CPAN::Forum was to provide an alternative to setting up ... read more |
Name: Gabor Szabo Email: Amount Requested: USD 1500 Synopsis Integrating the perl built-in debugger into Padre, the Perl IDE using Debug::Client a stand alone client to the perl debugger. Benefits to the Perl Community Padre already has many features required for a text editor. Adding the debugging capabilities will allow any perl programmer to use the power of the built in debugger without the fear of the command line or ... read more |
Name: John R. Hogerhuis Email: Amount Requested: $3000 Synopsis Write Perl subroutines and classes in C++/CLI Benefits to the Perl Community The benefit of this project is that it opens up access to .Net APIs to Perl programmers. This prevents Perl from being marginalized on the Windows platform. It allows the Perl community to continue to use its favorite tool to solve problems on the Windows platform without giving up ... read more |
Prepare for a big post! Here are the most recent updates from TPF running grants. "Port pyYAML to Perl":http://www.perlfoundation.org/ingy_dot_net_port_pyyaml_to_perl No updates this time. "Test::Builder 2":http://www.perlfoundation.org/test_builder_2 Schwern update: TB2 development has been dead for the last few months, largely because I haven't been programming. I'm getting started again, I've been poking at the code again lately, and I'm making three changes to the way its developed. _1> Reigning in the TB2 ... read more |
The Perl Foundation is looking at giving some grants ranging from $500 to $3000 in February 2009. In the past, we've supported Adam Kennedy's PPI, Strawberry Perl and Perl on a Stick, Nicholas Clark's work on Perl internals, Jouke Visser's pVoice, Chris Dolan on Perl::Critic and many others You don't have to have a large, complex, or lengthy project. You don't even have to be a Perl master or guru. ... read more |
This is the first update for running grants on 2009. At the moment TPF has 12 running grants: "Port pyYAML to Perl":http://www.perlfoundation.org/ingy_dot_net_port_pyyaml_to_perl I just uploaded YAML-Perl-01_01. It has the entire Loader stack represented. You can play with it by using: ysh -MYAML::Perl It will load many simple YAML documents all the way through, but is not yet complete, so many others will fail. There are 10 modules involved in the ... read more |
Adam Kennedy finished his Perl on a Stick grant a few weeks ago. You can download the first beta release in Strawberry Perl website Also, while TPF expects Adam to publish a final report sometime, he wrote some posts on his use.perl blog about this grant. Here is a brief resume of them: Strawberry Perl October 2008 Released! I can't submit my grant report yet because of The Sekrit! Microsoft ... read more |
I posted recently on use.perl asking for new Grant Managers for The Perl Foundation. We got some candidates Nuno Carvalho Renée Bäecker Scott "KONOBI" McWhirter Andrew Shitov Steve Peters Robin Berjon Makoto Nozaki David Nicol Unfortunately I did not receive all these names before starting the voting process. Nevertheless, they will be on my backup list for whenever The Perl Foundation needs new grant managers. From the list the Grant ... read more |
Colin Smith Extending BSDPAN No updates. Leon Timmermans Embedding perl into C++ applications No updates. Vadim Konovalov Tcl/Tk access for Rakudo Vadim update: Today I've sent a patch to the parrot development list, which is the first portion of work, and I hope to do the remaining work on the grant within current week, including within 20th and 21th december, so I am planning to finish it before December, 22. ... read more |
Sorry for taking so much time to publish results. TPF have been funding a lot of grants in the last quarters. During this year, TPF invested more than $25.000 in grants, directly related to the standard grant program. Unfortunately donations to TPF are not compensating the invested amount. Thus, this grant TPF can't afford to fund more than two grants Moose Documentation a proposal by Dave Rolsky The Mojo Documentation ... read more |
We know that results are expected for the fourth quarter call for grant proposals. We expect to publish results really soon. Regarding running grants, follow some updates: Colin Smith Extending BSDPAN For the past few days Colin have been reacquainting himself with the BSDPAN code and sketching out a couple different approaches. Leon Timmermans Embedding perl into C++ applications Leon update: I've been adding unit tests on scalar references and ... read more |
Daniel Ruoso's Grant Manager just forwarded a big update on SMOP. To keep people up-to-date on current developments I am publishing it off schedule. Please refer to the extended version of this post for details. We are already a month off-scedule But I'm pretty happy anyway, and I'm pretty confident that this delay is worth the trouble, considering the interesting amount of progress we're having So, to the update: We're ... read more |
At the moment, these are the latest updates on the running grants: Colin Smith Extending BSDPAN Colin should start working later in the Winter. Leon Timmermans Embedding perl into C++ applications Leon update: I've added unit tests fixed a few bugs and added a two useful methods that I found missing while doing so. Made some changes to the exporting code, making it easier to export with a slurping argument. ... read more |