/[Sack]/trunk/lib/Sack.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Sack.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 155 by dpavlin, Wed Oct 7 23:11:03 2009 UTC revision 156 by dpavlin, Fri Oct 9 19:12:28 2009 UTC
# Line 1  Line 1 
1  package Sack;  package Sack;
2    
3  our $VERSION = '0.11';  use warnings;
4    use strict;
5    
6    use lib 'lib';
7    use Sack::Color;
8    
9    our $VERSION = '0.12';
10    
11  use Exporter 'import';  use Exporter 'import';
12  our @EXPORT = qw(duration);  our @EXPORT = qw(duration);

Legend:
Removed from v.155  
changed lines
  Added in v.156

  ViewVC Help
Powered by ViewVC 1.1.26