From 0cdf97d54ea73c9437f0c14625124cb630fa3c14 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 23 Mar 2009 09:59:53 +0000 Subject: [PATCH] sync --- Equinox-Migration/MANIFEST | 1 + .../lib/Equinox/Migration/SimpleTagList.pm | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Equinox-Migration/MANIFEST b/Equinox-Migration/MANIFEST index 12f6aff..7931704 100644 --- a/Equinox-Migration/MANIFEST +++ b/Equinox-Migration/MANIFEST @@ -4,6 +4,7 @@ Makefile.PL README lib/Equinox/Migration.pm lib/Equinox/Migration/SimpleTagList.pm +lib/Equinox/Migration/SubfieldMapper.pm t/00-load.t t/pod-coverage.t t/pod.t diff --git a/Equinox-Migration/lib/Equinox/Migration/SimpleTagList.pm b/Equinox-Migration/lib/Equinox/Migration/SimpleTagList.pm index 25ef631..6a27328 100644 --- a/Equinox-Migration/lib/Equinox/Migration/SimpleTagList.pm +++ b/Equinox-Migration/lib/Equinox/Migration/SimpleTagList.pm @@ -40,8 +40,8 @@ or =head2 new -Takes one argument, optional argument, C. If this is speficied, -the tag list will be populated as per that file on instantiation. +Takes one optional argument, C. If this is speficied, the tag +list will be populated as per that file on instantiation. Returns a E::M::STL object. @@ -216,7 +216,7 @@ Please report any bugs or feature requests to the above email address. You can find documentation for this module with the perldoc command. - perldoc Equinox::Migration::TrashTags + perldoc Equinox::Migration::SimpleTagList =head1 COPYRIGHT & LICENSE -- 1.7.2.5