HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/plain; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 01:19:35 GMT Content-length: 2936 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) = Welcome to the Parrot Developer Wiki = This wiki is a workplace for developers of the Parrot virtual machine and related languages, tools, and applications. You may be looking for [http://www.parrot.org the main Parrot website]. See ParrotRoadmap. The [http://www.perlfoundation.org/parrot/index.cgi?parrot old Parrot wiki] is in the process of being [MigrateTheWiki migrated to this wiki]. = News and Events = * Parrot 0.9.1 "Final Countdown" was released on 2009-02-17, see the home page for details. * ["GSOC2009Tasklist"] * ["Parrot Virtual Machine Workshop 2009"], preceding YAPC::NA::2009, Pittsburgh, 20-21 June 2009 * [http://trac.parrot.org/parrot/wiki/ParrotRoadmap Parrot Development Roadmap] * BuildBot set up to watch SVN and build on commit. * UpdatingToUseTheNewObjectModel Also see ArchivedNewsEvents. == Contributing to Parrot == You can contribute to Parrot in many ways: * NewParrotDeveloperGuide * Building Parrot on your favorite ListOfPlatforms * Perhaps contribute a buildslave on your favorite platform for the parrot BuildBot * Adding new features [http://www.parrotcode.org/todo.html SEE TODO] * SmokingParrot - this begs for a snazzy logo * ["SmolderTaskList"] * Adding tests (see the [http://smolder.plusthree.com/app/public_projects/smoke_reports/8 recent smoke reports]) and CodeCoverageStatistics * Checking, updating and adding [http://www.parrotcode.org/docs documentation] * ["Perl 5 Components"] * ["Perl 5 Components: Clean Up TODO Items"] * ["Perl 5 Components: Test Coverage Of Configuration And Build Tools"] * ["C Components"] * ["Fixing GC Bugs"] * WriteTests * DeveloperTools * ["PGEBestPractices"] = Resources = [wiki:Deprecation] ParrotBestPractices LlvmJitExperiment WhereIsIt = Development Work Pages = [wiki:GCTasklist] [wiki:IOTasklist] CallingConventionsTasklist StringsTasklist CageTasklist BranchDescriptions [wiki:Pdd30InstallTasklist] [wiki:PMCUnionDeprecationTasklist] = Language Resources = [wiki:Languages] PerlSixTesting = Miscellaneous = ParrotAdvantages ParrotVirtualAppliance ParrotQuotes ParrotVersionNumbers = Wiki 101 = Please feel free to add or modify pages — even this one — as you see fit. That's the idea of a wiki. Simply click on the "Edit this page" link at the bottom of the page. You need to [/parrot/register Register] or [/parrot/login Login] before you can edit pages. == Starting Points == * TracGuide -- Built-in Documentation * WikiFormatting -- Wiki formatting commands * RecentChanges -- a list of most recent changes to the wiki * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions * TracSupport -- Trac Support For a complete list of local wiki pages, see TitleIndex. % prove t/pmc/arrayiterator.t =head1 DESCRIPTION Index: t/pmc/hashiterator.t ==================