xmltv/lib/Data/Recursive Encode.pm,1.1,1.2

Nick Morrott <[email protected]>
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/lib/Data/Recursive
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26352

Modified Files:
	Encode.pm 
Log Message:
Update POD for module to reflect new package name

Index: Encode.pm
===================================================================
RCS file: /cvsroot/xmltv/xmltv/lib/Data/Recursive/Encode.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Encode.pm	19 Apr 2014 08:11:13 -0000	1.1
--- Encode.pm	13 Apr 2015 01:07:37 -0000	1.2
***************
*** 101,119 ****
  =head1 NAME
  
! Data::Recursive::Encode - Encode/Decode Values In A Structure
  
  =head1 SYNOPSIS
  
!     use Data::Recursive::Encode;
  
!     Data::Recursive::Encode->decode('euc-jp', $data);
!     Data::Recursive::Encode->encode('euc-jp', $data);
!     Data::Recursive::Encode->decode_utf8($data);
!     Data::Recursive::Encode->encode_utf8($data);
!     Data::Recursive::Encode->from_to($data, $from_enc, $to_enc[, $check]);
  
  =head1 DESCRIPTION
  
! Data::Recursive::Encode visits each node of a structure, and returns a new
  structure with each node's encoding (or similar action). If you ever wished
  to do a bulk encode/decode of the contents of a structure, then this
--- 101,119 ----
  =head1 NAME
  
! XMLTV::Data::Recursive::Encode - Encode/Decode Values In A Structure
  
  =head1 SYNOPSIS
  
!     use XMLTV::Data::Recursive::Encode;
  
!     XMLTV::Data::Recursive::Encode->decode('euc-jp', $data);
!     XMLTV::Data::Recursive::Encode->encode('euc-jp', $data);
!     XMLTV::Data::Recursive::Encode->decode_utf8($data);
!     XMLTV::Data::Recursive::Encode->encode_utf8($data);
!     XMLTV::Data::Recursive::Encode->from_to($data, $from_enc, $to_enc[, $check]);
  
  =head1 DESCRIPTION
  
! XMLTV::Data::Recursive::Encode visits each node of a structure, and returns a new
  structure with each node's encoding (or similar action). If you ever wished
  to do a bulk encode/decode of the contents of a structure, then this
***************
*** 126,130 ****
  =item decode
  
!     my $ret = Data::Recursive::Encode->decode($encoding, $data, [CHECK]);
  
  Returns a structure containing nodes which are decoded from the specified
--- 126,130 ----
  =item decode
  
!     my $ret = XMLTV::Data::Recursive::Encode->decode($encoding, $data, [CHECK]);
  
  Returns a structure containing nodes which are decoded from the specified
***************
*** 133,137 ****
  =item encode
  
!     my $ret = Data::Recursive::Encode->encode($encoding, $data, [CHECK]);
  
  Returns a structure containing nodes which are encoded to the specified
--- 133,137 ----
  =item encode
  
!     my $ret = XMLTV::Data::Recursive::Encode->encode($encoding, $data, [CHECK]);
  
  Returns a structure containing nodes which are encoded to the specified
***************
*** 140,144 ****
  =item decode_utf8
  
!     my $ret = Data::Recursive::Encode->decode_utf8($data, [CHECK]);
  
  Returns a structure containing nodes which have been processed through
--- 140,144 ----
  =item decode_utf8
  
!     my $ret = XMLTV::Data::Recursive::Encode->decode_utf8($data, [CHECK]);
  
  Returns a structure containing nodes which have been processed through
***************
*** 147,151 ****
  =item encode_utf8
  
!     my $ret = Data::Recursive::Encode->encode_utf8($data);
  
  Returns a structure containing nodes which have been processed through
--- 147,151 ----
  =item encode_utf8
  
!     my $ret = XMLTV::Data::Recursive::Encode->encode_utf8($data);
  
  Returns a structure containing nodes which have been processed through
***************
*** 154,158 ****
  =item from_to
  
!     my $ret = Data::Recursive::Encode->from_to($data, FROM_ENC, TO_ENC[, CHECK]);
  
  Returns a structure containing nodes which have been processed through
--- 154,158 ----
  =item from_to
  
!     my $ret = XMLTV::Data::Recursive::Encode->from_to($data, FROM_ENC, TO_ENC[, CHECK]);
  
  Returns a structure containing nodes which have been processed through


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.