/[Frey]/trunk/lib/Frey/File.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

Contents of /trunk/lib/Frey/File.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 721 - (show annotations)
Thu Dec 4 22:31:06 2008 UTC (15 years, 4 months ago) by dpavlin
File size: 177 byte(s)
fix Frey::File
1 package Frey::File;
2 use Moose::Role;
3
4 use File::Slurp qw//;
5
6 sub read_file { shift ; File::Slurp::read_file( @_ ) }
7 sub write_file { shift ; File::Slurp::write_file( @_ ) }
8
9 1;

  ViewVC Help
Powered by ViewVC 1.1.26