The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl::Dist::WiX::Repository - The repository that is used for Perl::Dist::WiX.

DESCRIPTION

This documentation describes the repository that Perl::Dist::WiX uses, and the branches that are currently being used as of July 2010.

REPOSITORY

Perl::Dist::WiX is currently on Adam Kennedy's "Open Repository" for CPAN authors, at http://svn.ali.as/cpan/

My understanding is that if you're a CPAN author, you can get commit access to it by asking Adam Kennedy for it. His e-mail address is adamk@cpan.org.

If you aren't a CPAN author and need commit access for Perl::Dist::WiX, please e-mail me with what you'd like to do (a patch would be nice) and I'll recommend to him that you be given access.

In any case, before committing anything more than minor changes to the Perl-Dist-WiX trunk or current branches, please e-mail me. I'll probably say yes, but I need to know what you're planning to do, so that I don't accidentally step on your changes.

You may wish to work on your own branch, and then communicate with me to get it merged into the trunk, by doing:

        svn cp http://svn.ali.as/trunk/Perl-Dist-WiX/ http://svn.ali.as/branches/Perl-Dist-WiX/<branch_name>

BRANCHES

Trunk

Location: http://svn.ali.as/cpan/trunk/Perl-Dist-WiX/

The trunk right now has 3 goals for July 2010:

  1. Cleaning up custom action bugs.

  2. 5.12.1 support.

  3. Fixing other bugs.

April 2010 maintenance branch.

Location: http://svn.ali.as/cpan/branches/Perl-Dist-WiX/April-2010-maintenance/

This branch exists for the sole purpose of rebuilding Strawberry Perl 5.10.1 and 5.12.0 if there are major problems before July 2010. Changes on this branch are HIGHLY discouraged.

This branch will be deleted upon the release of the July 2010 versions of Strawberry Perl, and a new branch will be created to maintain that version.

5.12.0.1 was built from this branch.

AUTHORS

Curtis Jewell <csjewell@cpan.org>

SEE ALSO

http://ali.as/, http://csjewell.comyr.com/perl/

COPYRIGHT AND LICENSE

The copyright and license is the same as for Perl::Dist::WiX. See that module's documentation for details.