In "Grants"

601 - 800 of 949 posts:

<< < > >> Summaries on
  • Fixing Perl5 Core Bugs: Report for Month 26 Sun, 03-Jun-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the April period. Mostly spent the month improving how the code blocks in are actually invoked. Previously a proper entry wasn't made on the context stack, so things like caused erratic behaviour, and even seg faults. My new method makes use of the MULTICALL API rather than having its own hand-rolled implementation, so it benefits from code

    ... read more
  • Alien::Base Grant - Report #3 Fri, 25-May-2012 by Makoto Nozaki
    in: Grants

    Joel Berger wrote: This month's work on Alien::Base started really exciting. I had tracked down several bugs and was honing in on full Linux compatibiliy. Turns out much of my testing problems had been in the test suite, wherein I mimiced make/Makefile with a perl script but made some incorrect assumptions. The problem came when I went to look at OS X. The problem I have found is that Mac

    ... read more
  • 2012Q2 Grant Proposal Results Tue, 22-May-2012 by Alberto Simões
    in: Grants

    The Grant Committee informs that there is a final result about the 2012Q2 Grant Proposals. The following two grants were voted for rejection: Easy installation of non-CPAN dependencies by Alexandr Ciornii Perl module for Linked Data by Tope Omitola Also, the following grant was voted for funding: Spanish Localization of the Perl Core Documentation by Enrique Nell and Joaquin Ferrero

    ... read more
  • Cooking Perl with Chef - Grant Report #3 Sun, 20-May-2012 by Alan Haggai Alavi
    in: Grants

    David Golden reported: Current progress Three of the eight deliverables are complete and a fourth is substantially complete: Publish a Chef cookbook for Perl interpreter deployment Publish a Chef cookbook for CPAN module deployment Publish a Chef cookbook for Plack application deployment Improve the Pantry command line tool Pantry I released new versions of Pantry to CPAN, which add support for command-line configuration of Chef nodes and roles for use

    ... read more
  • 2012Q2 Grant Proposals Thu, 03-May-2012 by Alberto Simões
    in: Grants

    This quarter, The Perl Foundation Grants Committee has three grant proposals. One of them was not funded in the last round, given to budget restrictions. Accordingly with GC rules it should be voted again in this round. Together with that, we have two new proposals. You can read their descriptions bellow, and you are invited to comment on their own posts. Your feedback is important for the Grants Committee. The

    ... read more
  • 2012Q2: Grant Proposal: Spanish Localization of the Perl Core Documentation Thu, 03-May-2012 by Alberto Simões
    in: Grants

    Name: Enrique Nell Language Lead Joaquin Ferrero Tech Lead Amount Requested: USD$2,000 Synopsis Spanish is the third most commonly used language on the Internet after English and Mandarin. It is also the second most studied language and second language in international communication, after English, in the world. Currently, there are 400 million native speakers and Spanish is the official language in 21 countries. However, the number of

    ... read more
  • 2012Q2: Grant Proposal: Perl module for Linked Data Thu, 03-May-2012 by Alberto Simões
    in: Grants

    Name: Tope Omitola Kjetil Kjernsmo will assist Tope with Perl and CPAN Amount Requested: How much is your project worth? $500 Synopsis The Semantic Web community has developed a vocabulary named VoID, which is a World Wide Web Consortium Interest Group Note, a de facto standard: http://www.w3.org/TR/void/ The goal of this project is to generate such descriptions, partly automatically, partly by hand-maintained descriptions, using RDF::Trine Benefits to the Perl Community

    ... read more
  • 2012Q2: Grant Proposal: Easy installation of non-CPAN dependencies Thu, 03-May-2012 by Alberto Simões
    in: Grants

    Name: Alexandr Ciornii Amount Requested: $2000 Synopsis Many CPAN modules depend on non-CPAN libraries Installation of such module requires that library be installed before installing CPAN module. For beginners it is more confusing as library may be installed, but its headers may not. I'd like to automate this step and install corresponding Linux package as part of module install. Currently main module of this project has codename CPAN::non, it will

    ... read more
  • Grant Accepted: Improving Devel::Cover Wed, 02-May-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Paul Johnson's grant application, "Improving Devel::Cover":http://news.perlfoundation.org/2012/04/grant-application-improving-de.html, has been successful. The grant will be split in two phases, the second phase starting after the completion of the first. I would like to thank everyone who provided feedback on this grant, both on our blog and during the consultation phase.

    ... read more
  • Grant Application: Improving Cross compilation of Perl 5 Tue, 01-May-2012 by Karen Pauley
    in: Grants

    We have received the following grant application under the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund from Jess Robinson. Before we vote on this proposal we would like to get feedback and endorsements from the Perl community. Please leave feedback in the comments or send email with your comments to karen at perlfoundation.org. Name: Jess Robinson Project Title: Improving Cross compilation of Perl 5 Synopsis: Perl 5 has several scripts and tools

    ... read more
  • Work on the Perl 6 Tablets Continues Sun, 29-Apr-2012 by Tom Hukins
    in: Grants

    It's over a year since my "last update":http://news.perlfoundation.org/2010/11/perl-6-tablets-first-progress.html here on Herbert Breunung's "Perl 6 Tablets":http://tablets.perl6.org/. Work continues on this project, however, and tablets 2 to 4 on Perl 6's "basic syntax":http://tablets.perl6.org/tablet-2-basic-syntax.html, "variables":http://tablets.perl6.org/tablet-3-variables.html and "operators":http://tablets.perl6.org/tablet-4-operators.html have progressed. The tablets have moved to their own site at "http://tablets.perl6.org/":http://tablets.perl6.org/ so please use this new address when referencing them. Herbert has written "three":http://blogs.perl.org/users/lichtkind/2012/04/a-real-grant-report.html "blog":http://blogs.perl.org/users/lichtkind/2012/04/perl-6-tablets-what-happened-this-week.html "posts":http://blogs.perl.org/users/lichtkind/2012/04/how-perl-documentation-could-look-like.html about his recent work. His "perl blog":http://blogs.perl.org/users/lichtkind/ will keep

    ... read more
  • Alien::Base Grant - Report #2 Wed, 25-Apr-2012 by Makoto Nozaki
    in: Grants

    Joel Berger wrote: After last month's breakneck development pace, I knew this month wouldn't be as gratifying, and indeed it turned into quite a slog. This month involved lots of little bug fixes, posting dev releases to CPAN, then waiting for test results from CPANtesters. As a side note, there are a larger number of reports coming from Solaris and BSD than I would have expected. Sadly one of the

    ... read more
  • Cooking Perl with Chef - Grant Report #2 Mon, 23-Apr-2012 by Alan Haggai Alavi
    in: Grants

    David Golden reported: Current progress Three of the eight deliverables are complete: Publish a Chef cookbook for Perl interpreter deployment Publish a Chef cookbook for CPAN module deployment Publish a Chef cookbook for Plack application deployment These have been uploaded to the Opscode Community Cookbooks site in two separate cookbook distributions: perlbrew The perlbrew cookbook satisfies deliverables #1 and #2. It provides several "lightweight resource providers" that use perlbrew to

    ... read more
  • Improving Perl 5: Grant Report for Month 7 Thu, 12-Apr-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: A short report this month as less work got done, due to illness and disruption. The single largest item of the month was spent getting my head around the state of cross compilation. Mostly this was figuring out the history and state of various cross compilation approaches in the core codebase, to help Jess Robinson refine a potential TPF grant application for cross compilation At the time

    ... read more
  • Improving Perl 5: Grant Report for Month 6 Wed, 11-Apr-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: Sorry for the delay in this report I've been ill, been away, been ill while away, and generally disrupted, and I wasn't the only one ill in the house. Fortunately everyone is well again, and the backlog of other tasks is considerably reduced. Zombie undead global backref destruction panics strike again. I don't know what it is with these critters, but another variant turned up, in almost

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 25 Tue, 10-Apr-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the March period. Spent the month successfully bringing run-time regex code blocks into the new way of doing things. My previous work on this had handled the cases where the code appears within a literal regex, e.g. bq. /ab $r qr/xy /z$r/; In all the above cases, the code block is parsed and compiled by the

    ... read more
  • 2012Q2: Call for Grant Proposals Wed, 04-Apr-2012 by Alberto Simões
    in: Grants

    It is that time of the year, again, and here follows the usual message. I am sorry for not being more creative The Perl Foundation is looking at giving some grants ranging from $500 to $2000 in May 2012. You don't have to have a large, complex, or lengthy project. You don't even have to be a Perl master or guru. If you have a good idea and the means

    ... read more
  • Grant Application: Improving Devel::Cover Tue, 03-Apr-2012 by Karen Pauley
    in: Grants

    We have received the following grant application from Paul Johnson. Before we vote on this proposal we would like to get feedback and endorsements from the Perl community. Please leave feedback in the comments or send email with your comments to karen at perlfoundation.org. Name: Paul Johnson Project Title: Improving Devel::Cover Synopsis: In the past few months Booking.com has donated €100,000 to The Perl Foundation to aid the further development

    ... read more
  • Improving Perl 5 - Grant Extended Thu, 29-Mar-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Nicholas Clark's "request":http://news.perlfoundation.org/2012/02/grant-extension-request---impr.html to extend his "Improving Perl 5 grant":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html has been successful. This extension would not have been possible without the generous contributions that have been made to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. I would like to thank everyone who has supported this fund and in particular "Booking.com":http://www.booking.com/, "cPanel":http://www.cpanel.net/, "craigslist":http://www.craigslist.org/, "Dijkmat":http://www.dijkmat.nl/, "Liquid Web":http://www.liquidweb.com/, "Net-A-Porter":http://www.net-a-porter.com/, the "Oslo Perl Mongers":http://oslo.pm.org/, "perl-services.de":http://www.perl-services.de/, and the "Vienna

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 24 Mon, 26-Mar-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the February period. I spent a couple of days rebasing my davem/re_eval branch to incorporate recent changes to blead, but apart from that didn't do anything, due to a mixture of illness, being stuck, and doing other things. The good news is that the illness and stuck-ness are both ended, so I have started work on the

    ... read more
  • Alien::Base Grant - Report #1 Sun, 25-Mar-2012 by Makoto Nozaki
    in: Grants

    Joel Berger wrote: Once again I would like the thank the Perl Foundation for supporting me in my effort to provide a mechanism to ease the creation of Alien:: modules. Further I'd like to thank the many Perlers who have commented in various places that this project is of interest and that they are looking forward to providing that Alien:: module that they have always meant to write. This is

    ... read more
  • Cooking Perl with Chef - Grant Report #1 Mon, 19-Mar-2012 by Alan Haggai Alavi
    in: Grants

    David Golden reported: I have adapted the "proof of concept" code that I demonstrated at Perl Oasis based on issues discovered subsequently. The code is sufficient to deploy the "Hello World" application that will be the basis for one of the tutorials and the presentation. Over the next couple weeks, I will be working on documentation and preparing the "cookbooks" for release to Opscode's community Chef repository. I will also

    ... read more
  • Grant Extension Request - Improving Perl 5 Sun, 26-Feb-2012 by Karen Pauley
    in: Grants

    Nicholas Clark has requested an extension of $20,000 for his "Improving Perl 5 grant":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html. The grant, that is currently running, is on track to finish successfully at the end of March. This extension would allow Nicholas to devote another 400 hours to the project. Details of the work completed so far can be read in the following blog posts: "Month 1":http://news.perlfoundation.org/2011/10/improving-perl-5-report-for-mo.html "Month 2":http://news.perlfoundation.org/2011/11/improving-perl-5-report-for-mo-1.html "Month 3":http://news.perlfoundation.org/2011/12/improving-perl-5-grant-report.html "Month 4":http://news.perlfoundation.org/2012/01/improving-perl-5-grant-report-1.html "Month 5":http://news.perlfoundation.org/2012/02/improving-perl-5-grant-report-2.html Before

    ... read more
  • 2012Q1 Grant Results Fri, 24-Feb-2012 by Alberto Simões
    in: Grants

    After reading the community comments about the four grant proposals, and after the grant committee vote on the proposals, the results are: The grant proposal EPublisher Website, was voted for rejection. The grants Alien::Base Base classes for Alien:: modules and Cooking Perl with Chef were voted to be funded. Given to budget restrictions the grant proposal Easy installation of non-CPAN dependencies will not be founded on this round, but will

    ... read more
  • Perl 5 Grant Application Accepted Mon, 20-Feb-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Ricardo Signes's grant application for "travel to the QA Hackathon":http://news.perlfoundation.org/2012/01/perl-5-grant-application-trave.html has been accepted. If you would like to help fund grants like this or any of our other projects please visit our "donation system":https://secure.donor.com/pf012/give. If you would like to contribute directly to the "2012 Perl QA Hackathon":http://2012.qa-hackathon.org/qa2012/ they are accepting "donations":http://2012.qa-hackathon.org/qa2012/donate.html.

    ... read more
  • Improving Perl 5: Grant Report for Month 5 Fri, 17-Feb-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: I finally got time to address the weak reference global destruction "panic" described in November's report. Now understanding the problem, the interim fix seemed clean and fast to implement. Of course no plan survives contact with the enemy. In this case, fixing the first panic revealed a second panic at a different point in the code. In turn, that took a lot of time to nail down

    ... read more
  • 2012Q1 Grant Proposals Thu, 09-Feb-2012 by Alberto Simões
    in: Grants

    The Perl Foundation Grants Committee is proud to present four grant proposals for community discussion. As in previous rounds, please comment and clarify any issue about the grant in each grant post and not in this post. The submitted grants are: "Alien::Base Base classes for Alien:: modules":http://news.perlfoundation.org/2012/02/2012q1-grant-proposal-alienbas.html by Joel Berger "EPublisher Website":http://news.perlfoundation.org/2012/02/2012q1-grant-proposal-epublish.html by Boris Däppen "Easy installation of non-CPAN dependencies":http://news.perlfoundation.org/2012/02/2012q1-grant-proposal-easy-ins.html by Alexandr Ciornii "Cooking Perl with Chef":http://news.perlfoundation.org/2012/02/2012q1-grant-proposal-cooking.html by David Golden

    ... read more
  • 2012Q1 Grant Proposal: Cooking Perl with Chef Thu, 09-Feb-2012 by Alberto Simões
    in: Grants

    Cooking Perl with Chef Name: David Golden Email: Amount Requested: USD $2000 Synopsis I propose to create ready-to-use tools and supporting tutorials that teach Perl developers how to deploy Perl applications repeatable and reliably using the Chef configuration management tool. Benefits to the Perl Community First-class support for Perl in Chef, just like other web development languages Open cookbooks and tutorials to encourage sharing techniques and practices for app deployment

    ... read more
  • 2012Q1 Grant Proposal: Alien::Base - Base classes for Alien:: modules Sat, 04-Feb-2012 by Alberto Simões

    Name: Joel Berger Email: Amount Requested: $500 Synopsis Artur Bergman's documentation for the Alien namespace specifically says that there is no framework for Alien:: modules, however, in writing the Alien::GSL manpage I find that most of the code I am writing has nothing to do with the GSL library and could as easily apply to many external libraries. I intend for Alien::Base to comprise some base classes for other Alien::

    ... read more
  • 2012Q1 Grant Proposal: EPublisher Website Sat, 04-Feb-2012 by Alberto Simões

    Boris Däppen Email: Amount Requested: 800$ Synopsis Develop and deploy a website which offers the service of rendering different content into eBooks. There will be several input and output formats supported by the website. An explicit input option will be CPAN documentation. POD in general will be an input option. Output options will be eBook formats. The open EPUB but also Amazons MOBI format will be implemented. The framework used

    ... read more
  • 2012Q1 Grant Proposal: Easy installation of non-CPAN dependencies Sat, 04-Feb-2012 by Alberto Simões

    Name: Alexandr Ciornii Email: Amount Requested: $2000 Synopsis Many CPAN modules depend on non-CPAN libraries Installation of such module requires that library be installed before installing CPAN module. For beginners it is more confusing as library may be installed, but its headers may not. I'd like to automate this step and install corresponding Linux package as part of module install. Currently main module of this project has codename CPAN::non, it

    ... read more
  • Perl 5 Grant Application: Travel to QA Hackathon Tue, 31-Jan-2012 by Karen Pauley
    in: Grants

    We have received the following Perl 5 grant application from Ricardo Signes. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Ricardo Signes Project Title Perl QA Hackathon 2012 Amount Requested: $900 Synopsis This grant will be used to pay for travel

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 22 Mon, 30-Jan-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the December period. Spent it continuing my overhaul of the re_eval mechanism. This month I finished off fixing literal code blocks within patterns; that is to say, in all places where a code block appears literally within a quoted-regex context in perl source, that code block will only be compiled once, at the same time as the

    ... read more
  • Improving Perl 5: Grant Report for Month 4 Sun, 08-Jan-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: The start of December was mostly spent unpicking and simplifying how embed.h is included in perl.h. embed.h is one of the core's generated headers, containing C pre-processor directives to simplify use of the C API functions, by wrapping them such that the programmer doesn't need to deal with the implementation details of ithreads. Over the years, embed.h has come to be included by perl.h in 4 different

    ... read more
  • 2012Q1: Call for Grant Proposals Sat, 07-Jan-2012 by Alberto Simões
    in: Grants

    Its that time of the year, again. The Perl Foundation is looking at giving some grants ranging from $500 to $2000 in February 2012. You don't have to have a large, complex, or lengthy project. You don't even have to be a Perl master or guru. If you have a good idea and the means and ability to accomplish it, we want to hear from you! Do you have something

    ... read more
  • 2011Q4 Grant Proposals: Results Tue, 27-Dec-2011 by Alberto Simões
    in: Grants

    Dear Community, After the voting process, the grants committee rejected all grant proposals. One of them was rejected by not compliance with the GC rules, and the other were rejected by a vote of the committee. A new round of grant proposals will open next week.

    ... read more
  • 2011Q4 Grant Proposals Sun, 18-Dec-2011 by Alberto Simões
    in: Grants

    Dear Community, In the last two months we had a call for grant proposals. We got four proposals that are now available for discussion. Please follow the links below, read each proposal, and comment about the relevance of the grant, and if you think TPF should sponsor that work. "#103612: Still perl-controlled alcohol distillation system":http://news.perlfoundation.org/2011/12/2011q4-grant-proposal-still--.html by Steve Eirium "#104490.1: raidlax raid5-style redundancy above the filesystem":http://news.perlfoundation.org/2011/12/2011q4-grant-proposal-raidlax.html by Steve Eirium "#104490.2: recogniser

    ... read more
  • 2011Q4 Grant Proposal: Still - perl-controlled alcohol distillation system Sun, 18-Dec-2011 by Alberto Simões
    in: Grants

    Steve Eirium DISCUSSION In a world of bank bailouts and wikipedia's cries for funding, one thing rises above the swamp of crap: making alcohol. Clearly one of the best things to be doing on the surface of a planet, it is only natural that some fusion would erupt on the interface with perl. Operating a reflux still is a fumey experience of careful timing. To avoid dying or going blind,

    ... read more
  • 2011Q4 Grant Proposal: recogniser - responsible applications of entropy Sun, 18-Dec-2011 by Alberto Simões
    in: Grants

    Steve Eirium DISCUSSION Browse for a file in nautilus you are seeing a staggering lack of form that shrouds what's there amongst itself. You feel clinking fatigue as you struggle to apply your natural capacities for visual recognition to this stark landscape of despairing monotony. What about all the chaos that went into the creation of this mess? It's in the order of the dates, you feebly suppose. I hope

    ... read more
  • 2011Q4 Grant Proposal: raidlax - raid5-style redundancy above the filesystem Sun, 18-Dec-2011 by Alberto Simões
    in: Grants

    Steve Eirium DISCUSSION RAID5 is well-understood but under-utilised, mostly due to the massive logistical problems of doing anything with it. RAID is a layer below the filesystem and above the disk partitions, one would have to be some kind of pervert to bother with such arcane nonsense. Just google around to see what a wasteland of human experience it is. The reality of the security you get on the life

    ... read more
  • 2011Q4 Grant Proposal: Turkish Localization of the 5.14.1 Perl Documentation Sun, 18-Dec-2011 by Alberto Simões
    in: Grants

    Name: Allyson Whitney-Caputo Email: Amount Requested: USD10,000 Synopsis Perl is used by companies and taught in computer science classes around the world, but the most up-to-date Perl documentation is only readily available in English. There have been attempts over the years to translate Perl's documentation into other languages, but all have been abandoned. The proposed grant would support the complete Turkish localization of this documentation.   Benefits to the

    ... read more
  • Improving Perl 5: Grant Report for Month 3 Tue, 13-Dec-2011 by Karen Pauley
    in: Grants

    Nicholas Clark writes: A fair chunk of November was spent on disentangling pod/buildtoc Originally pod/buildtoc was a script run by the pumpking to rebuild pod/buildtoc.pod, and pod/buildtoc.pod was shipped in the distribution. In 2003 I extended it to add code to regenerate the lists of Pod files in various Makefiles, which were repetitive to maintain manually, and contained several errors where particular files were omitted. The assumption was that pod/buildtoc

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 21 Tue, 13-Dec-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the November period. Spent it continuing my overhaul of the re_eval mechanism. This month I made literal code blocks work properly within runtime patterns, i.e. /$runtime I also made it so that qr//'s embedded within other patterns are no longer simply stringified and interpolated into the new pattern; instead, any code blocks within the qr are

    ... read more
  • Improving Perl 5 Grant Extended Thu, 08-Dec-2011 by Karen Pauley
    in: Grants

    I am happy to announce that Dr. Nicholas Clark's request for an extension of his "Perl 5 Core Maintenance Grant":http://www.perlfoundation.org/perl_5_core_maintenance_fund, "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html, has been accepted. This extension will allow Nicholas to spend another 400 hours working on the Perl 5 core. Since the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund was created in June we have raised a total of $58,856. I would like to thank everyone who has supported this

    ... read more
  • Test::Builder 2 Final Grant Report Sat, 03-Dec-2011 by Alberto Simões
    in: Grants

    Michael Schwern didn't finish his grant in the usual way, completing all the proposed milestones, but he was forced into it, as the Grants Committee decided a hard deadline for the grant We asked Schwern a final report, stating what was done, and what is missing. This report will be evaluated by the Grants Committee members, deciding whether Schwern should be paid for the full grant. The result is completely

    ... read more
  • Hague Grant Application: PL/Perl6 Infrastructure and Improvements Mon, 21-Nov-2011 by Karen Pauley
    in: Grants

    We have received the following "Hague Grant":http://www.perlfoundation.org/ian_hague_perl_6_development_grants application from Jonathan "Duke" Leto. Before we vote on this proposal we would like to have a period of community consultation for 10 days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Jonathan "Duke" Leto Project Title PL/Perl6 Infrastructure and Improvements Synopsis The proposed grant would support the development of PL/Perl6,

    ... read more
  • 2011Q4: Call for Grant Proposals (DEADLINE EXTENSION) Fri, 18-Nov-2011 by Alberto Simões
    in: Grants

    The Grants Committee just decided to extend the deadline of grant proposals call. If you have any interesting project you think is relevant to the whole Perl community, and you need some cash as an incentive, this is your chance. New deadline, November 30th. Its that time of the year, again. The Perl Foundation is looking at giving some grants ranging from $500 to $2000 in November 2011. In the

    ... read more
  • Improving Perl 5: Grant Extension Fri, 18-Nov-2011 by Karen Pauley
    in: Grants

    Nicholas Clark has requested an extension of $20,000 for his "Improving Perl 5 grant":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html. The grant, that is currently running, is on track to finish successfully at the end of November. Before we make a decision on this extension we would like to have a period of community consultation, which will last for seven days. Please leave feedback in the comments or if you prefer send email with your comments

    ... read more
  • Hague Grant Accepted: Implementation of Macros in Rakudo Thu, 03-Nov-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Carl Mäsak's Hague Grant application, "Implementation of macros in Rakudo":http://news.perlfoundation.org/2011/09/hague-grant-application-implem.html, has been accepted. I would like to thank everyone who provided feedback on this proposal. If you would like to help fund grants like this or any of our other projects please visit our "donation system":https://secure.donor.com/pf012/give.

    ... read more
  • Improving Perl 5: Report for Month 2 Thu, 03-Nov-2011 by Karen Pauley
    in: Grants

    Nicholas Clark writes: As per my grant conditions, here is a report for the October period. automating git bisect: I continued the work I started at the end of September to automate the use of git bisect. My hope is that it's now easy enough for anyone who finds a core perl behaviour change that affects them to use it to find the commit that caused it and the associated

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 20 Thu, 03-Nov-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the October period. Spent it mainly working on fixing literal code within runtime and qr//, e.g. /$runtime Over the last month I have averaged 15.4 hours per week. As of 2011/10/31: since the beginning of the grant: 86.4 weeks 957.8 total hours 11.1 average hours per week Since the recent extending of the

    ... read more
  • Fixing Perl5 Core Bugs Grant Extended Mon, 17-Oct-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Dave Mitchell's request to have his "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant "extended":http://news.perlfoundation.org/2011/09/fixing-perl5-core-bugs---grant-1.html has been successful. This extension would not have been possible without the generous contributions that have been made to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. I would like to thank everyone who has supported this fund and in particular "Booking.com":http://www.booking.com/, "cPanel":http://www.cpanel.net/, "Dijkmat":http://www.dijkmat.nl/, "Liquid Web":http://www.liquidweb.com/, "Net-A-Porter":http://www.net-a-porter.com/, the "Oslo Perl Mongers":http://oslo.pm.org/, "perl-services.de":http://www.perl-services.de/, and the

    ... read more
  • Improving Perl 5: Report for Month 1 Mon, 17-Oct-2011 by Karen Pauley
    in: Grants

    Nicholas Clark writes: As per my grant conditions, here is a report for the September period. Highlights are: POSIX: POSIX::Termios and POSIX::SigSet no longer crash with ithreads The XS code has been refactored to reduce the size of the shared object by about 12%, with no change in functionality. More POSIX functions now have tests. Storable: Should now pass tests with older version of Test::More Should now build all the

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 19 Tue, 11-Oct-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the September period. Spent it mainly continuing to work on fixing the design flaws in re_evals I'm currently working on literal code within qr//. Over the last month I have averaged 6.5 hours per week. As of 2011/09/30: since the beginning of the grant: 82.4 weeks 892.9 total hours 10.8 average hours per week

    ... read more
  • Fixing Perl5 Core Bugs - Grant Extension Requested Tue, 27-Sep-2011 by Karen Pauley
    in: Grants

    Dave Mitchell has requested an extension of $20,000 for his "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant. During this grant he has sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog. He has also provided the following summary of his work to date: In the course of the last year and a half, I have closed 68 bug tickets

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 18 Mon, 26-Sep-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the August period. Spent it mainly working on fixing the design flaws in re_evals I now have it mostly fixed for the literal and non-qr case, in the branch davem/re_eval Over the last month I have averaged 14 hours per week. As of 2011/08/31: since the beginning of the grant: 77.4 weeks 864.2 total hours

    ... read more
  • Hague Grant Application: Implementation of Macros in Rakudo Thu, 08-Sep-2011 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Carl Mäsak. Before we vote on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Carl Mäsak Project Title Implementation of macros in Rakudo Synopsis This project will provide Rakudo Perl with AST-based macros. Recently I started discussing

    ... read more
  • Perl 5 Core Maintenance Grant Accepted Mon, 05-Sep-2011 by Karen Pauley
    in: Grants

    I am happy to announce that Dr. Nicholas Clark's grant proposal, "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html, has been accepted. Thanks goes to the community members who took time to provide feedback on this proposal, to Jesse Vincent, and to all those who have made donations to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 17 Tue, 23-Aug-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the July period. Spent it mainly working on fixing the design flaws in re_evals Over the last month I have averaged 6 hours per week. As of 2011/07/31: since the beginning of the grant: 73.0 weeks 799.0 total hours 10.9 average hours per week There are 101 hours left on the grant. Report for period 2011/07/01 to

    ... read more
  • Grant Proposal: Improving Perl 5 Sun, 21-Aug-2011 by Karen Pauley
    in: Grants

    Nicholas Clark has submitted a grant proposal under our new "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. Before we vote on this proposal we would like to get feedback and endorsements from the Perl community. Please leave feedback in the comments or send email with your comments to karen at perlfoundation.org. Name: Dr. Nicholas Clark Contact Information: IRC: nicholas Email: nick@ccl4.org Project Title: Improving Perl 5 Synopsis: Free up one of the

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 16 Tue, 26-Jul-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the June period. Bit of a sparse month. Fixed or otherwise closed a few security-related tickets and a few other misc bits and pieces, but spent quite a bit of time on perl-related but not TPF-grant-related stuff: reducing random smoke test failures and refactoring the numeric ops. Over the last month I have averaged 4 hours per

    ... read more
  • Successful Grant Application Tue, 19-Jul-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Patrick Michaud's Hague Grant application for a "travel grant ":http://news.perlfoundation.org/2011/07/hague-grant-application-travel.html to attend "YAPC::EU":http://yapceurope.lv/ye2011/ has been accepted. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Hague Grant Application: Travel to YAPC::EU Wed, 06-Jul-2011 by Karen Pauley
    in: Grants

    We have received a request from Patrick Michaud asking for a travel grant to enable his attendance at "YAPC::EU":http://yapceurope.lv/ye2011/ which is taking place in Riga during August. As well as attending and "speaking":http://yapceurope.lv/ye2011/talk/3520 at the conference this would give Patrick the opportunity to participate in an all-day "Perl 6 hackathon":http://yapceurope.lv/ye2011/talk/3388 scheduled for the Saturday before the conference. Patrick is the lead architect, developer, and project manager for what is now

    ... read more
  • Vienna.pm Donates Up To $10,000 Tue, 28-Jun-2011 by Karen Pauley
    in: Grants

    This week during "YAPC::NA":http://www.yapc2011.us/yn2011/ we announced the launch of a new fundraising drive to raise money for the "maintenance and improvement":http://www.perlfoundation.org/perl_5_core_maintenance_fund of the Perl 5 core. I am delighted to announce that "Vienna.pm":http://vienna.pm.org/ have offered to kick-start this fund by offering matched funding for the first $10,000 of sponsorship that is raised. The Perl Foundation would like to thank Vienna.pm for their generous contribution.

    ... read more
  • 2011Q2 Grant Proposal Voting Results Tue, 21-Jun-2011 by Alberto Simões
    in: Grants

    Dear community, informing that after TPF Grants Committee vote on "Port pmtools to Perl 6":http://news.perlfoundation.org/2011/06/2011q2-grant-proposal-port-pmt.html grant proposal, it was not selected for funding. Next round for grants proposals will start in two weeks.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 15 Thu, 16-Jun-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the May period. I spent the month working on two bugs: making sv_clear non-recursive when freeing HVs 58:35 Total Numbers of tickets closed: bq. 2 tickets closed that have been worked on 1 tickets closed related to bugs that have been fixed 0 tickets closed that were reviewed but not worked on 3 Total Short Detail

    ... read more
  • 2011Q2 Grant Proposal: Port pmtools to Perl 6 Sat, 04-Jun-2011 by Alberto Simões
    in: Grants

    This quarter, The Perl Foundation Grant Committee received one proposal for grant funding. The proposal is presented bellow, and it is open for discussion. Port pmtools to Perl 6 Name: Mark Leighton Fisher Amount Requested: $1200.00 Synopsis pmtools, the Perl module tools, are used by Perl 5 programmers every day to find, use, modify, and fix Perl modules. With over 90 modules already available for Perl 6, it is time

    ... read more
  • Parrot Embed Grant - Report #6 Thu, 02-Jun-2011 by Makoto Nozaki
    in: Grants

    Jonathan Leto wrote: I am excited to announce that I have completed my next grant milestone! I recently increased test coverage of extend_vtable.c to over 95% achieving the milestone with a half percent buffer. It definitely wasn't easy, but I changed the way I was approaching writing tests and it resulted in a "huge burst of productivity":https://github.com/parrot/parrot/compare/5dd8c543ab...8c04cc3e66. I went through a test coverage report and wrote down, on an actual

    ... read more
  • Interim Grant Report: Meta-model Improvements and Natively Typed Attributes Thu, 26-May-2011 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: This is a report on the progress that I have made with my current Hague Grant, "Meta-model Improvements and Natively Typed Attributes":http://news.perlfoundation.org/2010/07/hague-grant-application-meta-m.html. My previous Hague Grants and much of the work on Rakudo up until the Rakudo Star release have had a focus on implementing Perl 6 language features, gradually building towards a compiler with more and more coverage of the language. Since the Rakudo Star release,

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 14 Tue, 03-May-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the April period. Again, I concentrated on bugs that were 5.14 blockers, and also spent a fair amount of time working to reduce smoke failures, which isn't being charged to the grant, as that work wasn't done against RT tickets. Over the last month I have averaged 8 hours per week. As of 2011/04/30: since the beginning

    ... read more
  • Parrot Embed Grant - Report #5 Sat, 30-Apr-2011 by Makoto Nozaki
    in: Grants

    Jonathan Leto wrote: I am still on the path of increasing "test coverage in src/extend_vtable.c":https://github.com/parrot/parrot/blob/master/t/src/extend_vtable.t. It is much like a zen study, where you methodically concentrate on many tiny little pebbles, one at a time, moving them in the sand, to just the right place. According to the latest code coverage statistics, we are now at "72% code coverage":http://tapir2.ro.vutbr.cz/cover/latest-c_cover/src-extend_vtable-c.html, which is an increase of about 8% since my last report.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 13 Wed, 13-Apr-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the March period. I concentrated on bugs that were 5.14 blockers, and also spent a fair amount of time working to reduce smoke failures, which isn't being charged to the grant, as that work wasn't done against RT tickets. Over the last month I have averaged 5 hours per week. As of 2011/03/31: since the beginning of

    ... read more
  • 2011Q2 Call for Grant Proposals Sun, 10-Apr-2011 by Alberto Simões
    in: Grants

    Its that time of the year, again. The Perl Foundation is looking at giving some grants ranging from $500 to $2000 in May 2011. 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

    ... read more
  • Parrot Embed Grant - Report #4 Wed, 06-Apr-2011 by Makoto Nozaki
    in: Grants

    Jonathan Leto wrote: This wayward son is still on his treacherous journey to increase "test coverage in src/extend_vtable.c":https://github.com/parrot/parrot/blob/master/t/src/extend_vtable.t. When we last left off our traveler, he explained what the mythical VTABLE beast looked like, and we shall continue with the study of this chimerical fauna. According to the latest code coverage statistics, we are now at "64% code coverage":http://tapir2.ro.vutbr.cz/cover/latest-c_cover/src-extend_vtable-c.html, which is an increase of about 10% since my last report.

    ... read more
  • Structured Error Message Grant Accepted Mon, 04-Apr-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Moritz Lenz's Hague Grant for "Structured Error Messages":http://news.perlfoundation.org/2011/02/hague-grant-application-struct.html has been accepted. Will Coleda has agreed to be the grant manager for this project. We received a lot of positive feedback regarding this grant and we are delighted that we are able to fund this work. If you would like to help fund grants like this or any of our other projects please visit "https://donate.perlfoundation.org":https://donate.perlfoundation.org/.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 12 Sun, 20-Mar-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the February period. Spent most of the month fixing many taint issues associated with s///, which I discovered as a side-effect of looking into the \p{$tainted} issue. Over the last month I have averaged 13 hours per week. Over the 50 weeks of the grant I have done 639 hours, averaging 12.8 hours per week. There are

    ... read more
  • Parrot Embed Grant - Report #3 Mon, 28-Feb-2011 by Makoto Nozaki
    in: Grants

    Jonathan Leto wrote: The quest to improve test coverage for src/extend_vtable.c has continued. Some dragons were slayed, a few trolls were paid tolls to cross creaky bridges of abstraction and many siren calls to hack on other code were dutifully ignored This "TPF":http://perlfoundation.org/ grant has forced me to become very familiar with Parrot vtables which is basically an API for talking to Parrot "PMCs":https://github.com/parrot/parrot/blob/master/docs/pdds/pdd17_pmc.pod PMC can stand for Parrot Magic

    ... read more
  • Hague Grant Application: Structured Error Messages Wed, 23-Feb-2011 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Moritz Lenz. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Moritz Lenz Project Title Structured Error Messages: Design and Implementation Synopsis A system for error messages will be designed, and implemented in

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 11 Mon, 14-Feb-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the January period. Tinkered a bit more with overloading and tieing, and worked on the security issues associated with user-defined \p{} properties. Over the last month I have averaged 10 hours per week. Over the 47 weeks of the grant I have done 585 hours, averaging 12.4 hours per week. There are 315 hours left on the

    ... read more
  • Call for Grant Proposals, 2011Q1 Wed, 26-Jan-2011 by Alberto Simões
    in: Grants

    Dear Perl Community, First of all, I would like to say sorry for the late warning. But I forgot to post here the news. As you all know, The Perl Foundation does not have any regular money income, other than donations. Although we have some relevant donations in the last years, the budget that the board assigned to the Grants Committee for this year does not make it possible to

    ... read more
  • Perl 6 Tablets: Ready for Early Review Tue, 25-Jan-2011 by Tom Hukins
    in: Grants

    In November, I wrote a progress report about work beginning on the Perl 6 Tablets grant. These tablets aim to offer both an in-depth tutorial and reference for Perl 6 Herbert Breunung, the tablets' author, has done considerable work since then on the overall structure of this documentation as well as describing particular details of the Perl 6 language. The tablets have reached a stage where we welcome feedback from

    ... read more
  • Parrot Embed Grant - Report #2 Mon, 24-Jan-2011 by Makoto Nozaki
    in: Grants

    Jonathan Leto wrote: I have slowly but surely been increasing test coverage of src/extend_vtable.c, which when I started my grant was at 5% and is now sitting at 43%. I estimated that it would take about two weeks to get it to 50% and then another two weeks to get to 95%, but this was a bit optimistic. When I look back, giving myself a month for each would have

    ... read more
  • Manual for Game Development with SDL Perl - Grant Completion Sun, 23-Jan-2011 by Alan Haggai Alavi
    in: Grants

    Kartik Thakore reported: Cleaner Code and a lot of memory and performance improvements 10 out of 11 chapters completed: The profiling chapter was dropped as there was not enough content to justify a chapter. 3 Extra chapters added. Deviation from a CPAN SDL::Manual release. Due to the nature of the Manual it is being released as a creative commons book instead https://github.com/PerlGameDev/SDL_Manual/blob/master/dist/SDL_Manual.pdf Next Steps: Get the book polished

    ... read more
  • Manual for Game Development with SDL Perl - Grant Report #5 Sat, 15-Jan-2011 by Alan Haggai Alavi
    in: Grants

    Kartik Thakore reported: Added content for several chapters: Tetris Chapter: Cleaned up the code Started work on chapter Music and Sound Chapter: Added code and sound data files Finished Chapter Code Profiling Chapter Start work XS Effects Chapter: Explain Inline::C usage with SDL First draft completed Additional Chapter to get art content SDL Supports Inline::XS Preliminary

    ... read more
  • Test::Builder 2 is not dead Thu, 06-Jan-2011 by Alberto Simões
    in: Grants

    TPF has an open grant with Michael Schwern on Test::Builder 2 development. Today Schwern released the design principles on Test::Builder 2, and should release a second alpha version very soon.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 10 Tue, 04-Jan-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the December period. Tinkered a bit more with overloading and tieing. Over the last month I have averaged 5 hours per week, mainly due to Christmas. Over the 43 weeks of the grant so far, I have done 548 hours, averaging 12.7 hours per week. There are 352 hours left on the grant. Report for period 2010/12/01

    ... read more
  • TPF Programs in 2010 Sat, 01-Jan-2011 by Dan Wright

    Below is an overview of the programs that were financially supported by The Perl Foundation in 2010. Programs are roughly broken up into 3 categories: Events, Marketing, and Development. Perl events The Perl Foundation supported four conferences in 2010. Those conferences were: The North American Yet Another Perl Conference Frozen Perl, The Pittsburgh Perl Workshop, and The Perl Oasis. Each event is expected to be self-sustaining through program fees and

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 9 Tue, 28-Dec-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the November period. Nearly all the month was spent on one bug, which was to make PerlIO minimally re-entrant bq. 0:00 diagnosing bugs 46:40 fixing bugs 7:45 reviewing other people's bug fixes 0:00 reviewing ticket histories 0:00 review the ticket queue 54:25 Total Numbers of tickets closed: bq. 2 tickets closed that have been worked on 0

    ... read more
  • Parrot Embed Grant - Report #1 Fri, 24-Dec-2010 by Makoto Nozaki
    in: Grants

    Jonathan Leto wrote: My work on a "TPF":http://perlfoundation.org/ grant to "improve documentation and test coverage of the Parrot Embedd API":http://news.perlfoundation.org/2010/11/2010q4-grant-proposal-improve.html is going well. I have added extensive examples of Parrot function and type signatures, as well beginning to increase test coverage of this subsystem. I am working in the "leto/embed_grant":https://github.com/parrot/parrot/commits/leto%2Fembed_grant branch on "Github":http://github.com/, which has already been merged to master just before the release of Parrot 2.11.0. My first merge

    ... read more
  • Fixing Perl5 Core Bugs - Grant Extended Tue, 21-Dec-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Dave Mitchell's "grant":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html has been extended by another $20,000. I would like to thank Dave for his great work so far. I would also like to thank his grant managers Jesse Vincent and Marcus Holland-Moritz, and "Booking.com":http://www.booking.com/, whose generous contribution to TPF has allowed us to fund this grant. To date this grant has allowed Dave to spend around 520 hours working on and

    ... read more
  • Mojolicious Documentation Closing Grant Report Thu, 16-Dec-2010 by Alberto Simões
    in: Grants

    Sebastian Riedel sent his final grant report: I'm happy to report that after some health related delays the Mojolicious documentation grant has finally been finished. Every single module in the project has gotten reference documentation, a quick start tutorial and multiple very substantial guides have been written. All improvements already got merged into the core distribution and are available on CPAN and/or GitHub. Reference documentation: http://search.cpan.org/dist/Mojolicious Tutorial: http://search.cpan.org/dist/Mojolicious/lib/Mojolicious/Lite.pm

    ... read more
  • Manual for Game Development with SDL Perl - Grant Report #4 Mon, 13-Dec-2010 by Alan Haggai Alavi
    in: Grants

    Kartik Thakore reported: SDLx-Widget 0.07 released Allows Textbox and Menu abstractions SDL 2.524 releases Fix more memory problems

    ... read more
  • Perlbal documentation - Grant Report #2 Fri, 26-Nov-2010 by Makoto Nozaki
    in: Grants

    José and Bruno write: During this month we have documented: Perlbal's management plugins system hooks As we're nearing the completion of the grant we are actively revising everything we wrote so far and we're also delving deeper into the code in search of aspects of Perlbal that should definitely be documented but that we did not originally accounted for These go from the high priority queuing system to debugging issues,

    ... read more
  • 2010Q4 Grant Results Wed, 24-Nov-2010 by Alberto Simões
    in: Grants

    This quarter TPF Grants Committee received two proposals for grants. They were posted for discussion on this blog, and were voted in the last week. The results are: TPF will sponsor the grant "Improve Parrot Embed/Extend Subsystem":http://news.perlfoundation.org/2010/11/2010q4-grant-proposal-improve.html by Jonathan "Duke" Leto. Unfortunately, the Grants Committee voted the grant "AnyEvent::HTTPBenchmark":http://news.perlfoundation.org/2010/11/2010q4-grant-proposal-anyevent.html by Naim Shafiev for rejection.

    ... read more
  • Manual for Game Development with SDL Perl - Grant Report #3 Tue, 23-Nov-2010 by Alan Haggai Alavi
    in: Grants

    Kartik Thakore reported: SDL 2.523 released: Adds stability and better memory management for the game loop Two chapters have been completed Pong chapter Additional modules One extra chapter has been added Puzz chapter 2 Chapters are in the Works Tetris code has mostly been done Needs to be fixed Needs write up Sound and music effects code has been done Needs

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 8 Fri, 12-Nov-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the October period. Mostly worked on leak/refcount/malloc bugs this month. Over the first 34 weeks I have now averaged about 14 hours per week, less than the nominal 20. I have used up approx 93% of the hours allocated to the grant. Report for period 2010/10/01 to 2010/10/31 inclusive Summary Effort bq. 13:55 diagnosing bugs 37:38 fixing

    ... read more
  • Perl 6 Tablets: First Progress Report Mon, 08-Nov-2010 by Tom Hukins
    in: Grants

    In August 2010, The Perl Foundation awarded Herbert Breunung a grant to work on the Perl 6 tablets a tutorial and reference for Perl 6. You can view Herbert's progress at any time from the Perl 6 Tablets section of the Perl 6 Wiki. Herbert's work has started slowly, but he has completed the tablet number two and plans to work on tablets one and three in parallel over the

    ... read more
  • Closing "Embedding Perl into C++ Applications" Grant Sun, 07-Nov-2010 by Alberto Simões
    in: Grants

    Leon Timmermans finished his grant and shared with us the report below. What has been achieved The Good At the start of this grant I set myself 6 goals. 5 of them have been achieved Document the API Add unit tests Port to 5.10 Add regexp support Improve support for exporting functions, methods and variables. At popular request, I did implement another mojor feature that

    ... read more
  • 2010Q4 Grant Proposal: AnyEvent::HTTPBenchmark Thu, 04-Nov-2010 by Alberto Simões
    in: Grants

    Name: Naim Shafiev Email: Amount Requested: 500 Synopsis The apache benchmark siege, jmeter and etc, are sometimes awesome to make http-load testing. But if you want make some non-traditional test they are not good decision.This module try to help you in this case. This project containts the utility and library to build own Benefits to the Perl Community This project gives the capability to make own flexible web-benchmarking tools benchmarking

    ... read more
  • 2010Q4 Grant Proposal: Improve Parrot Embed/Extend Subsystem Tests and Documentation Thu, 04-Nov-2010 by Alberto Simões
    in: Grants

    Name: Jonathan "Duke" Leto. Email: Amount Requested: $1500 Synopsis Currently the Parrot Embedding subsystem is under-tested and under-documented. This grant proposes to add documentation for all public Embed/Extend API functions, write tests to increase the code coverage statistics for the Embed/Extend API to at least 95%, and update the Parrot Developer Docs where errors or omissions are found. Any bugs found on the way that cannot be easily fixed will

    ... read more
  • 2010Q4 Grant Proposals Thu, 04-Nov-2010 by Alberto Simões
    in: Grants

    This quarter TPF Grants Committee received two proposals for grants. They are: "AnyEvent::HTTPBenchmark":http://news.perlfoundation.org/2010/11/2010q4-grant-proposal-anyevent.html Naim Shafiev "Improve Parrot Embed/Extend Subsystem":http://news.perlfoundation.org/2010/11/2010q4-grant-proposal-improve.html Jonathan "Duke" Leto Please take the time to read them carefully and comment. TPF GC is interested in the community feedback about these grants. Just try to be polite.

    ... read more
  • Perlbal documentation - Grant Report #1 Fri, 29-Oct-2010 by Makoto Nozaki
    in: Grants

    José and Bruno write: We have concluded the documentation on: installation procedures load balancing reverse proxy web server We have also listed several features we didn't contemplate originally but that we feel must be documented too, so we're going through them as well. We're one week late but since we accounted for a two weeks delay on the proposal, we're still good. The target date remains at December 6th. We

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 7 Thu, 14-Oct-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the September period. Mostly worked on leak bugs this month. Over the first 30 weeks I have now averaged about 14 hours per week, less than the nominal 20. I have used up approx 84% of the hours allocated to the grant. Report for period 2010/09/01 to 2010/09/30 inclusive Summary Effort bq. 14:59 diagnosing bugs 27:30 fixing

    ... read more
  • Manual for Game Development with SDL Perl - Grant Report #2 Mon, 11-Oct-2010 by Alan Haggai Alavi
    in: Grants

    Kartik Thakore reported: Since last time: We have released SDL 2.518 Game Loop support completed Chapters: 2nd Drafts for: Preface to Game Loop Chapters completed: 5/11 45% Extra: cfedde has made a script to extract code listings for readers to try examples with out having to retype them. Coments: I am receiving a lot more help from the community, most notable from cfedde for proofreading. I will be

    ... read more
  • 2010Q4 Call for Grant Proposals Sat, 02-Oct-2010 by Alberto Simões
    in: Grants

    Its that time of the year, again. The Perl Foundation is looking at giving some grants ranging from $500 to $3000 in November 2010. 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

    ... read more
  • Embeding Perl into C++ Applications grant update Mon, 27-Sep-2010 by Alberto Simões
    in: Grants

    Leon just sent me another update on his grant: _bq. Most importantly, I'm finally able to build a dll on Windows, this is an important milestone. The dll still has some issues that prevent it from working correctly though, and it will probably require patches to some ExtUtils:: modules to resolve that. I also improved the documentation Lastly I've been resolving a number of bug reports that I've received lately,

    ... read more
  • Manual for Game Development with SDL Perl - Grant Report #1 Thu, 16-Sep-2010 by Alan Haggai Alavi
    in: Grants

    Kartik Thakore reported: 1st drafts Preface Chapter 2: First SDL Application Started work on Chapter 3: Drawing Outlines for the first 7 chapters have been completed Book build framework has been setup Released SDL 2.514 This code is the one that will be used in the book for chapter 02 Got more of the Drawing chapter done Added several more code examples for other chapters Progress: 2.75

    ... read more
  • Updates on Test::Builder2 Grant Thu, 09-Sep-2010 by Alberto Simões
    in: Grants

    Michael Schwern is working on Test::Builder 2 and posted some updates on the project. Go read them before use.perl starts the process of moving servers. Test::Builder2 at 10k Feet Finally, some Test::Builder2 examples!

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 6 Sat, 04-Sep-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the August period. I was mostly busy with other stuff this month, so didn't get to put in many hours on the grant. Over the first 25 weeks I have now averaged about 15 hours per week, less than the nominal 20. I have used up approx 73% of the hours allocated to the grant. Report for

    ... read more
  • Embeding Perl into C++ Applications - Update Report Thu, 02-Sep-2010 by Alberto Simões
    in: Grants

    Leon just sent an update on his grant: Past month I've been to YAPC::EU where I spoke about part of my project. I also used it to discuss some of the Windows related issues I ran into with others and they have helped me getting clear what's the problem. I haven't quite fixed it yet though. I also worked on refactoring and expanding the documentation, and fixed some bugreports I

    ... read more
  • Hague Grant Acceptance: Meta-model Improvements and Natively Typed Attributes Wed, 01-Sep-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Jonathan Worthington's Hague Grant for "Meta-model Improvements and Natively Typed Attributes":http://news.perlfoundation.org/2010/07/hague-grant-application-meta-m.html has been accepted. Patrick Michaud has agreed to be the grant manager for this project. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Accepted Grants for 2010Q3 Fri, 20-Aug-2010 by Alberto Simões
    in: Grants

    The Perl Foundation Grants Committee is happy to inform on the results of the 2010Q3 round for grant assignments. After the public discussion on The Perl Foundation blog, and after the Grants Committee discussion and vote, the proposals were ranked as: Manual for Game Development with SDL Perl by Kartik Thakore Perlbal documentation by José Castro and Bruno Martins Perl 6 Tablets by Herbert Breunung Improve Parrot Embed/Extend Subsystem Tests

    ... read more
  • Hague Grant Acceptance: Lists, Iterators, and Parcels Thu, 12-Aug-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Patrick Michaud's Hague Grant for "Lists, Iterators, and Parcels":http://news.perlfoundation.org/2010/07/hague-grant-application-lists.html has been accepted. Will Coleda has agreed to be the grant manager for this project. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 5 Tue, 10-Aug-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the July period. This month was mainly spent on providing a general fix for the weak backreferences in stashes globs and CVs. This means that in general there are likely to be less crashes when doing odd things with stashes and globs. Over the first 21 weeks I have now averaged about 17 hours per week, slightly

    ... read more
  • Completed Hague Grant - Numeric and Real Support Wed, 04-Aug-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Solomon Foster has successfully completed his Hague Grant for "Numeric and Real Support":http://news.perlfoundation.org/2010/03/hague-grant-application-numeri.html. I would like to thank Solomon and his grant manager, Jonathan Worthington, for all their work on this project. Solomon Foster writes: Introduction While I worked on this grant, Rakudo has matured into a capable compiler ready to go out into the world as Rakudo Star. The work done under this

    ... read more
  • 2010Q3 Grant Proposal: Call for Comments Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Dear Perl Community, The grants committee got back to the usual request for grant proposals. This quarter we have nine interesting proposals. Unfortunately we will not be able to fund them all. Therefore, we would love to read your comments on the grant proposals, so that we would be aware of how the community is interested in these grant deliverables. Please, be respectful on your comments. Perl 6 Tablets by

    ... read more
  • 2010Q3 Grant Proposal: Perl 6 book in russian Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Perl 6 book in russian Name: Naim Shafiev, Zahatski Aliaksandr Email: Amount Requested: 2000 Synopsis Perl6 has reached development stage when on it is possible to program. The release of the version "Rakudo Star" for developers confirms it. At the given stage of development of language, it is important that the information on it was as it is possible is accessible to programmers, and also that who is interested in

    ... read more
  • 2010Q3 Grant Proposal: YAC (YACCMS (Yet Another Catalyst CMS))) Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    YAC Name: Ricardo Filipo Email: Amount Requested: US$ 3.000 Synopsis A realy killer CMS. So simple! So usefull! use YAC; my $web new YAC; $web-> run go to web! Benefits to the Perl Community A CMS can be a web tool used in some internet business to help and administer media publication. As a market lider let's consider Drupal a php based CMS, reference product used by everywere, a key

    ... read more
  • 2010Q3 Grant Proposal: Improve Parrot Embed/Extend Subsystem Tests and Documentation Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Improve Parrot Embed/Extend Subsystem Tests and Documentation Name: Jonathan "Duke" Leto. Email: Amount Requested: $1500 Synopsis Currently the Parrot Embedding subsystem is under-tested and under-documented. This grant proposes to add documentation for all public Embed/Extend API functions, write tests to increase the code coverage statistics for the Embed/Extend API to at least 95%, and update the Parrot Developer Docs where errors or omissions are found. Any bugs found on the

    ... read more
  • 2010Q3 Grant Proposal: CPAN to deb autopackaging Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    CPAN to deb autopackaging Name: Jozef Kutej Email: Amount Requested: $3000 Synopsis The aim of the project would be to create automatic CPAN distribution to Debian deb packaging system. Then use it to autopackage and backport at least 50% of the CPAN distributions resulting in a Debian repository with multiple thousand Perl related packages. Benefits to the Perl Community Debian+Ubuntu operating systems are very popular among Perl developers. According to

    ... read more
  • 2010Q3 Grant Proposal: Perlbal documentation Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Perlbal documentation Name: José Castro Bruno Martins Email: Amount Requested: USD 2.500 Synopsis Perlbal! "It processes hundreds of millions of requests a day just for LiveJournal, Vox and TypePad and dozens of other "Web 2.0" applications." It works great as a load balancer, wonderfully as a reverse proxy, marvellously as a web server. If you know how to use it. Perlbal lacks the documentation for even the simplest of tasks.

    ... read more
  • 2010Q3 Grant Proposal: Manual for Game Development with SDL Perl Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Manual for Game Development with SDL Perl Name: Kartik Thakore Email: Amount Requested: $1500 Synopsis This project will improve the Game Development tutorials for Perl using the SDL library. The primary goal is to introduce newcomers to Game Development in Perl. The secondary goal is to attract people to try Perl as a Game Scripting and Prototyping language. 2>The Background of SDL Perl SDL stands for Simple DirectMedia Library, and

    ... read more
  • 2010Q3 Grant Proposal: SF.pm Funding Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Grant Proposal for SF.pm Funding Name: Fred Moyer Email: Amount Requested: $2,500 Synopsis #!/usr/bin/sf/perl use strict; use warnings; use PM; use App::PM::Announce; use DateTime; use LWP; my $group PM->new foreach my $month qw my $date DateTime->new my @speakers qw my @dinners qw my @drinks qw my $count int ->content m/ \sPerl\sMongers/s my $meeting $group->meeting->new food $dinners attendee_count $count,

    ... read more
  • 2010Q3 Grant Proposal: FRDCSA Initial Release Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    FRDCSA Initial Release Name: Andrew John Dougherty Email: Amount Requested: $2250 $750 is how much is needed to release it, but a full computation of its value is not known to me although the OFCS system designed by Teddy Goldenberg and soon-to-be implemented by the system-implementor codebase would be able to make a more informed estimate. Synopsis The FRDCSA consists of, among other things, over 1700 Perl5 modules in various

    ... read more
  • 2010Q3 Grant Proposal: Perl 6 Tablets Sun, 01-Aug-2010 by Alberto Simões
    in: Grants

    Perl 6 Tablets Name: Herbert Breunung Email: Amount Requested: $840 Synopsis A thematically sorted Perl 6 compendium/lexicon, readable like a in depth tutorial, but optimized for finding missing bits of information. Appendices give several angles to search content. Benefits to Perl 6 Development Easy accessible perl6docs help people who write software and tests in perl 6, for newcomer its easier to spark interest and entry the dev team and it

    ... read more
  • Grant Updates: Embeding Perl into C++ Applications Sat, 31-Jul-2010 by Alberto Simões
    in: Grants

    Leon Timmermans sent an update report on his work, that I transcribe bellow. bq. I've been working on porting it to Windows. After a number of bugfixes it compiled, but ExtUtils::CBuilder has linking issues with C++ on Windows that I don't quite grok yet. I've also added a dist target to my Build so now I can actually easily publish it to CPAN; I was planning to do that as

    ... read more
  • Hague Grant Application: Meta-model Improvements and Natively Typed Attributes Sun, 11-Jul-2010 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Jonathan Worthington. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Jonathan Worthington Project Title Meta-model Improvements and Natively Typed Attributes Synopsis As Rakudo gains features, its relatively low performance is increasingly being

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 4 Thu, 08-Jul-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the June period. This month was mainly spent on overload and symbol table bugs. Over the first 17 weeks I have now averaged about 17 hours per week, slightly less than the nominal 20. I have used up approx 55% of the hours allocated to the grant. Report for period 2010/06/01 to 2010/06/30 inclusive Summary Effort bq.

    ... read more
  • Hague Grant Application: Lists, Iterators, and Parcels Mon, 05-Jul-2010 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Patrick Michaud. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name: Patrick Michaud Project Title: Lists, Iterators, and Parcels Synopsis 7, 8, and other general Rakudo improvements Project Overview: This project will

    ... read more
  • 2010Q3 Call for Grant Proposals Thu, 01-Jul-2010 by Alberto Simões
    in: Grants

    The Perl Foundation is looking at giving some grants ranging from $500 to $3000 in August 2010. 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
  • Embeding Perl into C++ Applications grant update Wed, 30-Jun-2010 by Alberto Simões
    in: Grants

    Leon sent me some updates on his grant: bq. _I've been less productive than previous period this time, mainly due to school obligations. I've improved the Build system and the file layout. I've added some tests for regular expressions, which uncovered a number of bugs that seem to be fixed by now. Unless I uncover more bugs the regexps are finished. I've also done some testing on windows, with limited

    ... read more
  • Test::Builder 2 updates Sun, 27-Jun-2010 by Alberto Simões
    in: Grants

    Michael Schwern is working on Test::Builder 2 for about two years. But we found him on YAPC and asked for a report on the project status. He answered to our request and wrote "this report":http://use.perl.org/~schwern/journal/40421.

    ... read more
  • Grants Update: wxPerl documentation Wed, 23-Jun-2010 by reneeb
    in: Grants

    A few weeks ago, Eric sent me this update for his Grant: bq. I apologize that I have not been in contact recently regarding the TPF grant for documenting WxPerl. I would like you and the Foundation to know that I am once again working on the project after my unfortunate hiatus. bq. I have posted some of the documentation to the WxPerl wiki at http://wxperl.pvoice.org, specifically the following: bq.

    ... read more
  • Hague Grant Application: Perl Ecosystem Development Group Fri, 18-Jun-2010 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Gabor Szabo. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Grant title: Perl Ecosystem development group Name: Gabor Szabo Amount requested: $25,000 Synopsis: One of the objectives of the Ian Hague donation of

    ... read more
  • Final Grant Report: Corporate, Embedded, and Multi-user Strawberry Perl Wed, 02-Jun-2010 by Alberto Simões
    in: Grants

    Curtis Jewell finished his work on the Corporate, Embedded and Muti-user Strawberry Perl. You can read a detailed report on his blog

    ... read more
  • Running Grants - A summary report Wed, 12-May-2010 by Alberto Simões
    in: Grants

    Although grant managers should report regularly on grantees progress, given some extra work on TPF Grants Committee regarding the new operation rules, I would like to make a small report on which grants are TPF currently funding and what is their status. This list starts from oldest to newest: Test::Builder 2 by Michael Schwern Schwern does not give feedback for a long time. Please push him personally. Thanks. The Perl

    ... read more
  • New Grant Managers Tue, 11-May-2010 by Alberto Simões
    in: Grants

    As well as the approval of the new Grant Committee rules and our attempt to close long running grants, we are also refreshing the Grant Managers. Two of the current grant managers, Adrian Horward and Jeff Adams are stepping down. I would like to thank both of them for their fantastic work, and give special thanks to Adrian who offered to help new grantees during their first weeks of work.

    ... read more
  • New Grant Rules Sat, 08-May-2010 by Karen Pauley
    in: Grants

    In an earlier "blog post":http://news.perlfoundation.org/2010/03/updating-the-grant-process.html I stated that the Grants Committee has been working to improve the grants process. This work, along with the feedback we received from the community, has lead to two major changes to our rules of operation. Historically we paid 50% of the grant up-front which led to situations where we paid grantees for little or no results. In future grants will be paid upon completion.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 2 Fri, 07-May-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the April period. I continued working my way through the list of tie bugs, then towards the end of the month, got sucked into spending quite a bit of time on a regexp bug. I also spent a bit of time revisiting some earlier fixes of mine where issues showed up once we got 5.12 released and

    ... read more
  • Grant Updates: The Mojo Documentation Project Wed, 05-May-2010 by Alberto Simões
    in: Grants

    Unfortunately Sebastian Riedel had some health problems during this year and that affected, as expected, everything on his life. Nevertheless, he intends to finish his work with TPF and expects to get results during next June. So, expect news soon.

    ... read more
  • Grant Updates: Corporate, Embedded, and Multi-user Perl on Windows Wed, 05-May-2010 by Alberto Simões
    in: Grants

    Curtis sent us some new updates on his grant. Details follow: There were two issues still not complete on my last report: 1. Can be installed to any drive This has finally been completed, and the 5.12.0 versions of Strawberry Perl April 2010 Beta 2 will have this code. The actual restriction on usable directories is that the path installed into cannot have spaces

    ... read more
  • Fixing Perl5 Core Bugs: First Monthly Report Tue, 06-Apr-2010 by Karen Pauley
    in: Grants

    During March Dave Mitchell started working on the "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant. As requested he has been posting weekly reports to the p5p "mailing list":http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ and has provided a monthly summary report for posting here. Dave Mitchell writes: A rough summary of activity in March: first, I tagged all new/open tickets with severity medium with one or more types At the same time, I closed any of those tickets

    ... read more
  • Grant Report: Changing the Perl 5 optree build process into a Abstract Syntax Tree generation and a code generation step Mon, 05-Apr-2010 by Alberto Simões
    in: Grants

    TPF is proud to announce the completion of Gerard Goossen grant. As Gerard sent a big report, please check the complete report on the extended new page. I would like to thank you both Gerard for completing the grant, and Jeff Horwitz for managing it. Below are my results of the "Changing the Perl 5 optree build process into a Abstract Syntax Tree generation and a code generation step" grant.

    ... read more
  • Call for Grant Managers Thu, 01-Apr-2010 by Alberto Simões
    in: Grants

    The Perl Foundation Grants Committee is searching for Grant Managers GM are volunteers that help the interaction between TPF Grantees and TPF GC. GM are assigned to a set of grantees, and GM are responsible for poking Grantees from time to time asking for progress reports, and publishing them on this blog. They are also responsible for dispatch Grantees payments together with TPF Treasurer. If you might be interested in

    ... read more
  • Embeding Perl into C++ Applications - Update Report Sun, 28-Mar-2010 by Alberto Simões
    in: Grants

    Leon Timmermans writes: As you may have noticed I've been out of the running for some time but I'm back at the project now for a few weeks and things seem to be going pretty ok. Here's an overview of where I'm currently standing. Documentation: Right now this is where I think most work remains. I've been working on it recently, and will continue doing that in the next couple

    ... read more
  • Updating the Grant Process Wed, 24-Mar-2010 by Karen Pauley
    in: Grants

    Over the past few months the Grants Committee has been working to improve our grants process. Our main problem is that we have a very low completion rate for grants. In the past couple of years only 25% of the grants awarded by the Grants Committee have been completed. Not surprisingly we feel that the current system should be changed. There are a number of different problems. We have been

    ... read more
  • Hague Grant Acceptance: Numeric and Real Support Tue, 23-Mar-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Solomon Foster's Hague Grant application for "Numeric and Real Support":http://news.perlfoundation.org/2010/03/hague-grant-application-numeri.html#comments has been accepted. Jonathan Worthington has agreed to be the grant manager for this project. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Grant Update: Corporate, Embedded, and Multi-user Perl on Windows Sun, 14-Mar-2010 by Alberto Simões
    in: Grants

    Curtis Jewell just sent TPF an update on his grant: The 5 main points of my grant, as far as releasing an improved Strawberry Perl, were: "Is compiled as a "merge module" file that can be included in other .msi files, as well as an independent .msi file." This was done as of the January 2010 release of Strawberry Perl, although I'm not publicizing it heavily until the April

    ... read more
  • Grant Accepted: Fixing Perl5 Core Bugs Fri, 05-Mar-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that David Mitchell's "grant application":http://news.perlfoundation.org/2010/02/grant_proposal_fixing_perl5_co.html has been successful. I would like to thank all the community members who took time to provide feed-back on this proposal and "Booking.com":http://www.booking.com/ whose generous contribution to TPF has allowed us to fund this grant.

    ... read more
  • Hague Grant Application: Numeric and Real Support Thu, 04-Mar-2010 by Karen Pauley
    in: Grants

    We have received a Hague grant request, submitted by Solomon Foster. Before the Board votes on this proposal we would like to get feedback and endorsements from the Perl community. Please leave feedback in the comments or send email with your comments to karen at perlfoundation.org. Project Title: Numeric and Real Support Synopsis: This grant aims to refactor Rakudo's current numeric classes to support the Perl 6 specification's new Numeric

    ... read more
  • Closing grant 'Porting pyYAML to Perl' Wed, 03-Mar-2010 by Alberto Simões
    in: Grants

    This was the oldest grant running. Ingy dot net was working intermittently on it presenting some of the results that were promised in the proposal but not them all. TPF and Ingy agreed to close the grant with a half payment for the work done. Ingy wrote a report on the work done. It can be read at https://www.socialtext.net/yaml/index.cgi?requiem_for_a_grant

    ... read more
  • 2010Q1 Grant Proposals: Results Wed, 03-Mar-2010 by Alberto Simões
    in: Grants

    For this quarter TPF had 7 grant proposals, from which 5 were voted for rejection, one for acceptance, and the final one will be kept for new evaluation in the next round. The five rejected grants are: "Creating a ctypes-Like Interface for Perl to External Subroutines":http://news.perlfoundation.org/2009/08/2009q3_grant_proposal_creating.html by Shlomi Fish "Enhancing CPANHQ":http://news.perlfoundation.org/2009/08/2009q3_grant_proposal_enhancin.html by Shlomi Fish "perl core memory improvements":http://news.perlfoundation.org/2010/02/2010q1_grant_proposal_perl_cor.html by Jim Cromie "Enhancing Perl 6 Pattern Matching":http://news.perlfoundation.org/2010/02/2010_grant_proposal_enhancing.html by Morris M. Siegel

    ... read more
  • Completed Hague Grant Wed, 03-Mar-2010 by Karen Pauley
    in: Grants

    Jonathan Worthington has successfully completed his Hague Grant for "Rakudo Signature Improvements":http://news.perlfoundation.org/2009/09/hague_grant_application_rakudo.html. This is his final report: Introduction A while back, I filed an "application":http://news.perlfoundation.org/2009/09/hague_grant_application_rakudo.html for a grant to work on a wide range of improvements to Rakudo's signature, capture and binding implementation, in order to improve performance, bring us in line with the specification and implement a range of features that we did not have support for. I have

    ... read more
  • Grant Proposal: Fixing Perl5 Core Bugs Sun, 07-Feb-2010 by Karen Pauley
    in: Grants

    David Mitchell has submitted a grant proposal, which if accepted would make use of a portion of the funding generously provided to TPF by "Booking.com":http://www.booking.com/. Before the Board votes on this proposal we would like to get feedback and endorsements from the Perl community. Please leave feedback in the comments or send email with your comments to karen at perlfoundation.org. Grant Title: Fixing perl5 core bugs Name: David Mitchell **Amount

    ... read more
  • 2010Q1 Grant Proposals Sat, 06-Feb-2010 by Alberto Simões
    in: Grants

    For this quarter TPF has three grant proposals that were not funded in 2009Q3 round and that will be discussed and voted again in this round, and four new grant proposals: "Creating a ctypes-Like Interface for Perl to External Subroutines":http://news.perlfoundation.org/2009/08/2009q3_grant_proposal_creating.html by Shlomi Fish "Enhancing CPANHQ":http://news.perlfoundation.org/2009/08/2009q3_grant_proposal_enhancin.html by Shlomi Fish "perl core memory improvements":http://news.perlfoundation.org/2010/02/2010q1_grant_proposal_perl_cor.html by Jim Cromie "Enhancing Perl 6 Pattern Matching":http://news.perlfoundation.org/2010/02/2010_grant_proposal_enhancing.html by Morris M. Siegel "Perl Compiler":http://news.perlfoundation.org/2010/02/2010_grant_proposal_perl_compi.html by Reini urban "CPAN

    ... read more
  • 2010 Grant Proposal: Perl Compiler Sat, 06-Feb-2010 by Alberto Simões
    in: Grants

    Perl Compiler Name: Reini urban Email: Duration: Until March 2011 Amount Requested: $1000 Synopsis Fix most of the remaining perl compiler, i.e. B::C, B::CC, B::Bytecode bugs. Improve documentation a bit. Maintain the planned compiler.perl.org site. Benefits to the Perl Community A working compiler. Faster startup time. Optionally faster run-time if the B::CC optimizations work out as expected. parrot? I've worked with them. I gave up. Better a half-ass perl5 compiler

    ... read more
  • 2010 Grant Proposal: CPAN Reviews Sat, 06-Feb-2010 by Alberto Simões
    in: Grants

    CPAN reviews Name: Alexandr Ciornii Email: Amount Requested: $1200 Synopsis Many CPAN modules have good documentation, many have bad documentation. But there is no such thing as enough documentation. There are many good reviews, examples, descriptions outside CPAN. I propose to collect them and cataloguize. I want to make a site with links to reviews of CPAN modules. In general this site should be community-moderated, community-edited and allow users adding

    ... read more
  • 2010 Grant Proposal: Improve Dist::Zilla Sat, 06-Feb-2010 by Alberto Simões
    in: Grants

    Improve Dist::Zilla's Tests, Documentation, and Structure Name: Ricardo Signes Email: Amount Requested: $2000 Synopsis Dist::Zilla is a tool that helps Perl programmers build distributions for the CPAN. It eliminates boilerplate, handles packaging, interfaces with changelogs and version control, improves prerequisite management, and generally makes it easier to be a CPAN author. This grant will fund work to make it easier for new users to adopt Dist::Zilla and for Dist::Zilla itself

    ... read more
  • 2010 Grant Proposal: Enhancing Perl 6 Pattern Matching Sat, 06-Feb-2010 by Alberto Simões
    in: Grants

    Enhancing Perl 6 Pattern Matching with Ideas from Snobol4 and Other Sources Name: Morris M. Siegel, Ph.D. Email: Amount Requested: $3000 The substance of my proposed alternative pattern-matching specification has already been essentially worked out as a self-funded research project, as it were. I felt this project was of such importance that it was worthwhile giving myself a sort of sabbatical to develop it. It has taken rather longer than

    ... read more
  • 2010Q1 Grant Proposal: perl core memory improvements Sat, 06-Feb-2010 by Alberto Simões
    in: Grants

    perl core memory improvements Name: Jim Cromie Email: Amount Requested: How much is your project worth? $3000 Synopsis Memory allocation enhancements in core Perl's variable namespace model is very flexible, users can: create vars, in any package, or in my scope, by naming them; give them complex values: my $foo share/assign/shallow-copy them: $main::bar $foo; crosslink or self ref them: $a $a other hairy stuff This

    ... read more
  • 2010Q1 Call for Grants Proposals Mon, 01-Feb-2010 by Alberto Simões
    in: Grants

    NOTE: **perl.org Request Tracker was down for about a week As this happened in the last days of the call for grants period we are extending it till the end of the week The Perl Foundation is looking at giving some grants ranging from $500 to $3000 in February/March 2010. In the past, we've supported Adam Kennedy's PPI, Strawberry Perl and Perl on a Stick, Nicholas Clark's work on Perl

    ... read more
  • Grant Complete: learn.perl.org Mon, 07-Dec-2009 by reneeb
    in: Grants

    Eric Wilhelm has finished his grant "improving learn.perl.org":http://news.perlfoundation.org/mt/mt-search.cgi?blog_id=18&tag=learn.perl.org&limit=20". He has written six tutorials from "Getting Started with Perl" to "Your First GUI Desktop Application". The six tutorials are "Getting Started with Perl":http://learnperl.scratchcomputing.com/tutorials/getting_started/ "Control, Structures, Scoping, and Subroutines":http://learnperl.scratchcomputing.com/tutorials/csss/ "Using and Creating Modules":http://learnperl.scratchcomputing.com/tutorials/modules/ "An Introduction to Objects":http://learnperl.scratchcomputing.com/tutorials/objects/ "Perl/CPAN Configuration Howto":http://learnperl.scratchcomputing.com/tutorials/configuration/ "Your First GUI Desktop Application":http://learnperl.scratchcomputing.com/tutorials/wxperl/ The tutorials are currently hosted "http://learnperl.scratchcomputing.com":http://learnperl.scratchcomputing.com, but if Eric finds a better permanent home for them, he

    ... read more
  • Tcl::Tk for parrot/rakudo grant updates Fri, 04-Dec-2009 by Alberto Simões
    in: Grants

    Follows the update from Vadim on his grant: I've implemented 'call' method for interpreter object, which takes already parsed parameters and passes them to tcl/tk interpreter. It is similar to 'eval' method, but it should be faster, and also safer to use, because there will be no need to protect/escape special characters before calls. Also, widget calls to tcl/tk library are based on this method. Also, 'tk' widgets could be

    ... read more
  • Grant Update: wxPerl Documentation (20.11.2009) Fri, 20-Nov-2009 by reneeb
    in: Grants

    Eric Roode sent the following update: bq. The status is basically that the writing is taking much, much longer than I had expected. I had thought I'd be able to document a couple classes per hour; instead, it's taking me a few hours per class. I don't really know what to do to speed up the process, so I am just continuing to plug along. At the rate I'm going,

    ... read more
  • Skipping Call for Grant Proposals for 2009Q4 Sat, 14-Nov-2009 by Alberto Simões
    in: Grants

    Given my high amount of work at the moment and the big number of grants not finished I decided to skip the fourth call for grants for 2009. I am sorry for any inconvenience.

    ... read more
  • Grant Update: learn.perl.org (09.11.2009) Mon, 09-Nov-2009 by reneeb
    in: Grants

    Over the last two weeks, Eric has done a lot of things... bq. I've added the "CPAN and Perl Configuration Howto" to the site. Feedback so far has been good. I'm waiting to hear if there are stumbling points or if it leaves any important questions unanswered. bq. "http://learnperl.scratchcomputing.com/tutorials/configuration/":http://learnperl.scratchcomputing.com/tutorials/configuration/ bq. The "Control, Structures, Scoping and Subroutines" tutorial is now complete. bq. "http://learnperl.scratchcomputing.com/tutorials/csss/":http://learnperl.scratchcomputing.com/tutorials/csss/ bq. I've finished writing the tutorials and am

    ... read more
  • Grant Complete: Pod Munging Utilities Mon, 26-Oct-2009 by Ricardo Signes
    in: Grants

    It is with great pleasure that I am able to announce, on behalf of Ricardo Signes, that the TPF-funded work on Pod::Elemental and Pod::Weaver is complete! Here's his final report: Just a few days after predicting that the months-old grant was half done, it became quite clear that the first half was much, much more difficult than the second. The initial grant proposal listed the following targets: clearly defined and

    ... read more
  • Grant update: Improving learn.perl.org (25.10.2009) Sun, 25-Oct-2009 by reneeb
    in: Grants

    Eric sent me this update: bq. I've sent a handful of changes to Robert and have been asked not to change the page style as apparently there's some other initiative going on. bq. The perl-org-patches list has generated some conflicting changes for the new /tutorials/ page as well as the index.html and I'm trying to resolve that content. The "learnperl.scratchcomputing.com":http://learnperl.scratchcomputing.com front page has a sketch of where I'm wanting the

    ... read more
  • Grant Update: Pod Mangling Utilities Thu, 22-Oct-2009 by Ricardo Signes
    in: Grants

    After a strong start, work on Pod::Elemental and Pod::Weaver was quickly derailed by conference season, and then by a few non-technical distractions. I've gotten back to work, though, and quite a lot of progress has been made. The second major goal, "extensive tests for Pod::Elemental," is basically complete. Pod::Elemental is fairly well defined, documented, and tested, and can now be used to perform significant document mangling. The "PodPurler" for Dist::Zilla

    ... read more
  • Grant Update: The Perl Survey Mon, 19-Oct-2009 by Ricardo Signes
    in: Grants

    Kieren Diment reports that the Perl Survey is ready for deployment. He's been hardening the application against abuse by bots, simplifying the original set of demographic questions, and writing new survey questions. Kieren hopes to be freer from distraction as work continues through the end of the year.

    ... read more
  • Grant update - improving learn.perl.org (21.09.2009) Mon, 21-Sep-2009 by reneeb
    in: Grants

    Eric sent this update: bq. I've written Combust::Spontaneously to make it possible for anyone to get a local apache-less server running perl.org's templating system in under 5 minutes. It is now on the CPAN. bq. With that, I've been doing some work on the stylesheet and navigation on the combust templates from learn.perl.org and starting to port some of my content into it. bq. --Eric More info about this

    ... read more
  • Hague Grant: Traits, Introspection and More Dispatch Work For Rakudo - Final Report Sat, 05-Sep-2009 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: Introduction bq. If it weren't for the fact that you said you were going to do it, I would've doubted it could be done at all in current Parrot. pmichaud In many senses, this "Hague Grant":http://news.perlfoundation.org/2009/04/hague_perl_6_grant_request_tra.html was rather more challenging than my "last one":http://news.perlfoundation.org/2008/11/hague_grant_request_rakudo_dis.html. In the course of it, I've been dealing with major changes to some of the things most fundamental to any Perl

    ... read more
  • 2009Q3 Grant Results Tue, 01-Sep-2009 by Alberto Simões
    in: Grants

    Dear all, sorry for the delay. August was a complicated month. It is the Conference month and the Vacation month. But I think it was worth waiting for. This quarter TPF will fund three grants: "Corporate, Embedded, and Multi-user Perl on Windows":http://news.perlfoundation.org/2009/08/2009q3_grant_proposal_corporat.html by Curtis Jewell. This grant will be co-funded by TPF and Adam Kennedy. "wxPerl documentation":http://news.perlfoundation.org/2009/08/wxperl_documentation.html by Eric J. Roode. "Changing the Perl 5 optree build process into a

    ... read more
  • Running Grants (2009 - XV) Sat, 22-Aug-2009 by Alberto Simões
    in: Grants

    This is the last post presenting a report for all grants at once. Future reports will be posted by respective grant managers whenever they have relevant news. TPF expects grantees to report at least once each month. If you are a grantee, please, easy the task of your grant manager sharing news with him. If you are a grant manager and your grantee does not report for a long time,

    ... read more
  • 2009Q3 Grant Proposals Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    After three extenuating days at YAPC::EU::2009, and after some rest time, finally had the time to prepare the list of grant proposals for the third quarter of 2009. We have seven proposals, that can be read in this blog: perl core memory improvements by Jim Cromie wxPerl Documentation by Eric J. Roode Improve the visual design of Perl websites by Jon Allen Corporate, Embedded, and Multi-user Perl on Windows by

    ... read more
  • 2009Q3 Grant Proposal: perl core memory improvements Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Jim Cromie Email: Amount Requested: How much is your project worth? $3000K Synopsis Memory allocation enhancements in core Perl is greedy wrt recycling sv-bodies; freed bodies are returned to an interpreter-global freelist, where they hang until process termination. Workloads which rotate through large populations of each body-type would be badly limited; there would be no memory left. While this workload profile is arbitrary, so is the limitation. More to

    ... read more
  • 2009Q3 Grant Proposal: wxPerl Documentation Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Eric J. Roode, ROODE on CPAN. Email: or Amount Requested: $2500 for Q3 2009. Synopsis Write a lot of much-needed documentation for wxPerl. Benefits to the Perl Community Perl has a reputation as a language that is not suited for GUI development. This is silly; Perl is as suited for GUI as any other language. But the learning curve for most of Perl's GUI toolkits is steep,

    ... read more
  • 2009Q3 Grant Proposal: Improve the visual design of Perl websites Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Jon Allen Email: Amount Requested: USD 3,000 Synopsis Produce a modern, visually appealing set of templates, stylesheets, and other assets that Perl website owners can easily use and adapt to achieve a stylish look and feel, regardless of the back-end technologies powering each individual site. Benefits to the Perl Community Presentation and visual design forms a strong and lasting impression on website visitors. Unfortunately, the 1990s style of many

    ... read more
  • 2009Q3 Grant Proposal: Corporate, Embedded, and Multi-user Perl on Windows Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Curtis Jewell Email: Amount Requested: US $5000. Synopsis Enhance Strawberry Perl so that it can be customized for different environments, and silently embedded inside of other corporate and open source projects. Benefits to the Perl Community With the upgrade to a .msi installer for Strawberry Perl, it is now possible to solve many outstanding issues and expand Windows Perl in new directions. These include greater compatibility with corporate environments,

    ... read more
  • 2009Q3 Grant Proposal: Changing the Perl 5 optree build process into a Abstract Syntax Tree generation and a code generation step Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Gerard Goossen Email: Amount Requested 5,000 Synopsis This project is to change the Perl 5 optree build process into a step where the parser generates an Abstract Syntax Tree and a step where the executable code in the form of a list of function pointers is generated from the AST. Because this project is refactoring of a major part of the Perl 5 core, a good benchmark of

    ... read more
  • 2009Q3 Grant Proposal: Enhancing CPANHQ Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Shlomi Fish Email: Amount Requested: $1500 Synopsis CPANHQ a community-driven, meta-data-enhanced interface to CPAN. Benefits to the Perl Community The current CPAN interfaces http://search.cpan.org/ kobesearch, and the rest of the CPAN services that various individuals have set up are not integrated, are not based on enough meta-data, are not enough community-driven and are generally lacking. As a result of all this, some people started the "Rethinking CPAN" effort: http://www.google.com/search

    ... read more
  • 2009Q3 Grant Proposal: Creating a ctypes-Like Interface for Perl to External Subroutines Mon, 10-Aug-2009 by Alberto Simões
    in: Grants

    Name: Shlomi Fish Email: Amount Requested: $1500. Synopsis Develop a powerful Foreign Function Interface for Perl 5, similar to Python's ctypes. Benefits to the Perl Community ctypes provides a very handy way to call hard-coded subroutines in shared libraries, but only for Python. Having a similar module for Perl will benefit Perl 5 programmers who will be able to call subroutines in C and similar compiled languages from their Perl

    ... read more
  • Running Grants (2009 - XIV) Sat, 01-Aug-2009 by Alberto Simões
    in: Grants

    Dear all, I am sorry to inform that I am busy with YAPC::EU::2009 organization. This means that this time we will not have grants updates, and that grants evaluation for this quarter will start later two weeks. #grants

    ... read more
  • Running Grants (2009 - XIII) Sat, 18-Jul-2009 by Alberto Simões
    in: Grants

    Grants updates: h3. "Port PyYAML to Perl":http://www.perlfoundation.org/ingy_dot_net_port_pyyaml_to_perl Ingy döt Net No updates from Ingy. h3. "Fixing Bugs in the Archive::Zip Perl Module":http://www.perlfoundation.org/fixing_bugs_in_the_archive_zip_perl_module Alan Haggai Alavi No updates from Grant Manager. h3. "Test::Builder 2":http://www.perlfoundation.org/test_builder_2 Michael G Schwern No updates from Schwern. h3. "Perl cross-compilation for linux and wince":http://www.perlfoundation.org/vadim_konovalov_perl_cross_compilation_for_linux_and_wince Vadim Konovalov No updates from Vadim. If you know Vadim, please poke him. We need to know what is happening with him. h3.

    ... read more
  • Running Grants (2009 - XII) Sat, 04-Jul-2009 by Alberto Simões
    in: Grants

    Grants updates: h3. "Port PyYAML to Perl":http://www.perlfoundation.org/ingy_dot_net_port_pyyaml_to_perl Ingy döt Net No updates, this time. h3. "Fixing Bugs in the Archive::Zip Perl Module":http://www.perlfoundation.org/fixing_bugs_in_the_archive_zip_perl_module Alan Haggai Alavi Alan Haggai has been improving the new named argument features and adding lots of automated tests. A new release of Archive::Zip, with many of his improvements, is now available on the CPAN. Currently he is updating the POD to reflect the changes. Next he will

    ... read more
  • 2009Q3 Call for Grants Proposals Sat, 04-Jul-2009 by Alberto Simões
    in: Grants

    The Perl Foundation is looking at giving some grants ranging from $500 to $3000 in August/September 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
  • Running Grants (2009 - X) Tue, 23-Jun-2009 by Alberto Simões
    in: Grants

    Dear all, thanks for the grant managers who sent me updates, but I had some problems with my laptop and things were not easy. Hope to get back on track in 15 days.

    ... read more
  • Running Grants (2009 - XI) Sun, 07-Jun-2009 by Alberto Simões
    in: Grants

    Grants updates, in fact, updates IX, X and XI, as we had a small stop. h3. "Port PyYAML to Perl":http://www.perlfoundation.org/ingy_dot_net_port_pyyaml_to_perl Ingy döt Net Ingy update: I'm a bit behind on finishing YAML::Perl. This is due mostly to a focus on TestML. So far I have the spec: http://ingydotnet.github.com/testml/spec/ and a Perl 5 implementation: http://github.com/ingydotnet/testml-pm/ These are undergoing last minute changes. _The reason I'm doing this and telling you about it,

    ... read more
  • 2009Q2 Grant Results Fri, 22-May-2009 by Alberto Simões
    in: Grants

    After grant proposals comment by the community and vote taking place in the Grant Committee, these are the results. Rejected proposals: "Project nival ":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_project.html "Project ruddy ":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_project_1.html "Perl 6 Pages":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_perl_6_p.html Funded proposal: "Pod Mangling Utility Improvements":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_pod_mang.html

    ... read more
  • Approval of latest Hague Perl 6 Grant, "Traits, Introspection and More Dispatch Work For Rakudo" Fri, 22-May-2009 by Richard Dice

    It is with great pleasure to announce the approval of the latest "Ian Hague grant for Perl 6 development":http://www.perlfoundation.org/ian_hague_perl_6_development_grants, entitled "'Traits, Introspection and More Dispatch Work For Rakudo.'":http://news.perlfoundation.org/2009/04/hague_perl_6_grant_request_tra.html This grant goes to "Jonathan Worthington":http://www.jnthn.net/, who has already "successfully finished":http://news.perlfoundation.org/2009/04/hague_perl_6_grant_for_jonatha.html one Hague grant. The grant manager for this grant will be "Patrick Michaud":http://www.pmichaud.com/, the lead architect of "Rakudo Perl 6":http://www.rakudo.org/, the "Perl 6":http://www.perlfoundation.org/perl6/index.cgi implementation effort on top of the "Parrot virtual

    ... read more
  • Continued Review of TPF Grant for Richard Dice on TPF and Perl community work Wed, 20-May-2009 by Richard Dice

    The TPF board of directors wants to provide a progress update on discussion regarding providing support to Richard Dice to work on TPF and Perl community issues. The original public announcement and request-for-comment is "found here.":http://news.perlfoundation.org/2009/04/request_for_comment_tpf_to_eng.html The new version of this proposal is available here It has been revised considerably based on community comment and discussion within TPF. Highlights of the changes between the original version and the current one

    ... read more
  • 2009Q2 Grant Proposals Sun, 03-May-2009 by Alberto Simões
    in: Grants

    That time of the month is back. This quarter we had two new grant proposals, and two grant proposals that were maintained from last round. We expect the community to comment on these grants accordingly with their relevance. Please comment on each grant proposal post: "Perl 6 Pages":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_perl_6_p.html "Pod Mangling Utility Improvements":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_pod_mang.html "Project nival ":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_project.html "Project ruddy ":http://news.perlfoundation.org/2009/05/2009q2_grant_proposal_project_1.html

    ... read more
  • 2009Q2 Grant Proposal: Project ruddy (web nttp/rss reader and email system) Sun, 03-May-2009 by Alberto Simões
    in: Grants

    Project ruddy Name: Igor Sanchez-Puls and Rene Sanchez-Puls. Amount Requested: Front end 1000 Back end 1000 Total 2000 Synopsis The name ruddy comes from a kind of dove. Ruddy is intended to be version 0 of a nntp/rss reader an a web based email system. Benefits to the Perl Community It will be an extensible web mail system written with perl and jquery,

    ... read more
  • 2009Q2 Grant Proposal: Project nival (CMS) Sun, 03-May-2009 by Alberto Simões
    in: Grants

    Project nival Name: Igor Sanchez-Puls and Rene Sanchez-Puls. Amount Requested: Front end 1000 Back end 1000 Total 2000 Synopsis The name nival comes from a kind of owl. Nival is intended to be version 0 of a Content Management System Benefits to the Perl Community It will be an extensible CMS written with perl and jquery, allowing to build sites in an

    ... read more
  • 2009Q2 Grant Proposal: Pod Mangling Utility Improvements Sun, 03-May-2009 by Alberto Simões
    in: Grants

    Pod Mangling Utility Improvements 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

    ... read more
  • 2009Q2 Grant Proposal: Perl 6 Pages Sun, 03-May-2009 by Alberto Simões
    in: Grants

    Project Title: Perl 6 Pages 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

    ... read more
  • Hague Perl 6 Grant request, "Traits, Introspection and More Dispatch Work For Rakudo", open for comment Tue, 28-Apr-2009 by Richard Dice

    Coming off the completion of his first Hague grant, Jonathan Worthington has submitted a request for a new Ian Hague Perl 6 development grant for his proposal "Traits, Introspection and More Dispatch Work For Rakudo". A part of the Hague grant process is that submitted grant requests may, as opted by the submitter, be provided for public and community comment. Jonathan's grant request is included here, below. Any interested Perl

    ... read more
  • Hague Perl 6 Grant for Jonathan Worthington completed and accepted Tue, 28-Apr-2009 by Richard Dice

    In late November 2007 Jonathan Worthington submitted a "Hague Perl 6 Grant proposal":http://www.perlfoundation.org/ian_hague_perl_6_development_grants entitled "'Rakudo Dispatch and Role Enhancements'":http://news.perlfoundation.org/2008/11/hague_grant_request_rakudo_dis.html. I am pleased to announce that Jonathan submitted his final Hague grant report yesterday and it was approved and accepted by chromatic, the grant manager for the grant. This successfully completes this Hague Grant for Perl 6 development. We thank Jonathan for his great work on this grant and his efforts

    ... read more
  • Google Announces Nine Students in GSoC2009 with The Perl Foundation Thu, 23-Apr-2009 by Richard Dice
  • Moose Documentation Grant Tue, 21-Apr-2009 by Alberto Simões
    in: Grants

    Dave Rolsky finished writing the Moose Documentation. This grant started a few months ago, and Dave delivered it quickly. You can read Dave wrap-up on "his blog":http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html #grants

    ... read more
<< < > >>
Max results per page:    5    10    20    50    100    200    500