Skip to content

Commit

Permalink
Released version 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jul 17, 2012
1 parent 4799f32 commit d1dd91b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.27
date: Tue Jul 17 09:43:41 PDT 2012
changes:
- Support for running shell slides -- mikegrb++
---
version: 0.26
date: Tue Oct 11 21:47:43 EDT 2011
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1 +1 @@
use inc::Module::Package 'Ingy:modern 0.17';
use inc::Module::Package 'Ingy:modern 0.19';
2 changes: 1 addition & 1 deletion README
Expand Up @@ -312,7 +312,7 @@ AUTHOR
Ingy döt Net <ingy@ingy.net>

COPYRIGHT AND LICENSE
Copyright (c) 2008, 2009, 2010, 2011. Ingy döt Net.
Copyright (c) 2008-2012. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
12 changes: 6 additions & 6 deletions lib/Vroom.pm
Expand Up @@ -3,19 +3,19 @@
# abstract: Slide Shows in Vim
# author: Ingy döt Net <ingy@ingy.net>
# license: perl
# copyright: 2008, 2009, 2010, 2011
# copyright: 2008-2012

use 5.006001;
package Vroom;
use Vroom::Mo;

our $VERSION = '0.26';
our $VERSION = '0.27';

use File::HomeDir 0.97;
use File::HomeDir 0.99;
use IO::All 0.44;
use Template::Toolkit::Simple 0.13;
use Term::Size 0.2;
use YAML::XS 0.37;
use Template::Toolkit::Simple 0.16;
use Term::Size 0.207;
use YAML::XS 0.38;

use Getopt::Long;
use Cwd;
Expand Down

0 comments on commit d1dd91b

Please sign in to comment.