Skip to content

Commit

Permalink
fixed repository to not favor specific editors
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 22, 2011
1 parent 4faf34a commit 8ebc436
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,11 +1,11 @@
.*
*~
!.gitignore
!.perltidyrc
*~
blib
pm_to_blib
Makefile*
!Makefile.PL
*META.*
MANIFEST*
!MANIFEST.SKIP
pm_to_blib
*META.*
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.40 2011-12-22 00:00:00
- Fixed repository to not favor specific editors.

2.39 2011-12-22 00:00:00
- Deprecated all keep_alive_timeout attributes and parameters in
favor of inactivity_timeout.
Expand Down
7 changes: 3 additions & 4 deletions MANIFEST.SKIP
@@ -1,6 +1,5 @@
^\.git
.*\.old$
^blib
^pm_to_blib
.*\.old$
^Makefile$
^\.git
^\.tm
^Makefile$
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -32,7 +32,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.39';
our $VERSION = '2.40';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojolicious/Command/generate/gitignore.pm
Expand Up @@ -23,16 +23,16 @@ __DATA__
@@ gitignore
.*
*~
!.gitignore
!.perltidyrc
*~
blib
pm_to_blib
Makefile*
!Makefile.PL
*META.*
MANIFEST*
!MANIFEST.SKIP
pm_to_blib
*META.*
__END__
=head1 NAME
Expand Down

0 comments on commit 8ebc436

Please sign in to comment.