Skip to content

Commit

Permalink
welcome to the Mojolicious core team Marcus Ramberg and Glen Hinkle
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 9, 2011
1 parent 0776a44 commit 5628dfb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,6 +1,9 @@
This file documents the revision history for Perl extension Mojolicious.

2.37 2011-12-07 00:00:00
2.37 2011-12-09 00:00:00
- Welcome to the Mojolicious Core Team Marcus Ramberg and Glen
Hinkle.
- Improved documentation.
- Improved unicode tests.
- Fixed inline template double encoding bug.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -29,7 +29,7 @@ WriteMakefile(
license => 'http://dev.perl.org/licenses/',
MailingList => 'http://groups.google.com/group/mojolicious',
repository => 'http://github.com/kraih/mojo',
bugtracker => 'http://groups.google.com/group/mojolicious'
bugtracker => 'http://github.com/kraih/mojo/issues'
},
no_index => {directory => [qw/t/]}
},
Expand Down
10 changes: 6 additions & 4 deletions lib/Mojolicious.pm
Expand Up @@ -711,6 +711,12 @@ that have been used in the past.
Sebastian Riedel, C<sri@cpan.org>.
=head1 CORE DEVELOPERS
Glen Hinkle, C<tempire@cpan.org>.
Marcus Ramberg, C<mramberg@cpan.org>.
=head1 CREDITS
In alphabetical order:
Expand Down Expand Up @@ -785,8 +791,6 @@ Eugene Toropov
Gisle Aas
Glen Hinkle
Graham Barr
Henry Tang
Expand Down Expand Up @@ -819,8 +823,6 @@ Magnus Holm
Maik Fischer
Marcus Ramberg
Mark Stosberg
Matthew Lineen
Expand Down
7 changes: 7 additions & 0 deletions lib/Mojolicious/Guides/CodingGuidelines.pod
Expand Up @@ -44,6 +44,13 @@ Code should be written with a Perl6 port in mind.

No refactoring unless a very important feature absolutely depends on it.

The addition and modification of features is decided by majority vote or the
pumpking.

New core developers must be accepted by a 2/3 majority vote.

The pumpking has veto rights and may select his successor.

It's not a feature without a test and documentation.

A feature is only needed when the majority of the userbase benefits from it.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -98,7 +98,8 @@ right.
Writing a test is usually the hardest part of fixing a bug, so the better
your test case the faster it can be fixed. ;)

Once that's done you can contact the developers via mailing list
Once that's done you can contact the developers via via GitHub
(https://github.com/kraih/mojo/issues), mailing list
(L<http://groups.google.com/group/mojolicious>) or IRC
(C<#mojo> on C<irc.perl.org>).

Expand Down

0 comments on commit 5628dfb

Please sign in to comment.